From ac2d2619553774b38dab8a15139c42e7c935727c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Wed, 7 Jun 2017 19:46:10 +0200 Subject: [PATCH] Add a graphics algorithms to docs --- doc-config.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc-config.json b/doc-config.json index bddd99b3..90b5cbb4 100644 --- a/doc-config.json +++ b/doc-config.json @@ -4,14 +4,15 @@ }, "source": { "include": [ - "./src/graphs/searching/", + "./src/combinatorics/", + "./src/data-structures/", + "./src/graphics/", "./src/graphs/others/", + "./src/graphs/searching/", "./src/graphs/shortest-path/", "./src/graphs/spanning-trees/", - "./src/data-structures/", - "./src/combinatorics/", - "./src/primes/", "./src/others/", + "./src/primes/", "./src/searching/", "./src/sets/", "./src/shuffle/", @@ -29,4 +30,4 @@ "private": false, "readme": "./readme.md" } -} \ No newline at end of file +}