Browse Source

Changes to support redirects for core

Signed-off-by: moxiegirl <mary@blockstack.com>
feat/clarity-updates
moxiegirl 6 years ago
parent
commit
ea998d56da
  1. 17
      _config.yml
  2. 14
      search.json

17
_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

14
search.json

@ -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 %}
]
Loading…
Cancel
Save