Add placeholder docs
This commit is contained in:
parent
88a43d7476
commit
f5c2798891
8 changed files with 272 additions and 2 deletions
12
docs/assets/js/search-data.json
Normal file
12
docs/assets/js/search-data.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
---
|
||||
{
|
||||
{% for page in site.html_pages %}{% if page.search_exclude != true %}"{{ forloop.index0 }}": {
|
||||
"id": "{{ forloop.index0 }}",
|
||||
"title": "{{ page.title | replace: '&', '&' }}",
|
||||
"content": "{{ page.content | markdownify | strip_html | escape_once | remove: 'Table of contents' | remove: '```' | remove: '---' | replace: '\', ' ' | normalize_whitespace }}",
|
||||
"url": "{{ page.url | absolute_url }}",
|
||||
"relUrl": "{{ page.url }}"
|
||||
}{% unless forloop.last %},{% endunless %}
|
||||
{% endif %}{% endfor %}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue