diff --git a/_config.yml b/_config.yml index e3411c03..8edc5ab8 100644 --- a/_config.yml +++ b/_config.yml @@ -116,12 +116,25 @@ exclude: - node_modules - collections.json - get-content.sh + - _browser/todo-list.md - _core/aglio_templates - _core/attic - _core/api-specs.md - - _core/faq_evaluators.md - _core/setup_core_portal.md - - _browser/todo-list.md + - _core/advanced_usage.md + - _core/atlas_network.md + - _core/basic_usage.md + - _core/blockstack_naming_service.md + - _core/cli.md + - _core/faq_evaluators.md + - _core/gai.md + - _core/glossary.md + - _core/interactive_regtest_macros.md + - _core/namespace_creation.md + - _core/openbazaar.md + - _core/resolver.md + - _core/search.md + - _core/subdomain.md sass: style: compressed diff --git a/search.json b/search.json deleted file mode 100644 index 8e586000..00000000 --- a/search.json +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: null ---- -[ - {% for doc in site.docs %} - { - "title" : "{{ doc.title | escape }}", - "category" : "{{ doc.category }}", - "tags" : "{{ doc.tags | join: ', ' }}", - "url" : "{{ site.baseurl }}{{ doc.url }}", - "date" : "{{ doc.date }}" - } {% unless forloop.last %},{% endunless %} - {% endfor %} -]