diff options
author | joshua <joshua@joshuayun.com> | 2023-12-29 20:42:42 -0500 |
---|---|---|
committer | joshua <joshua@joshuayun.com> | 2023-12-29 20:42:42 -0500 |
commit | f8a0065c71ca5ab736a05d538b2f4614473f5297 (patch) | |
tree | a56787906d28732f8c17c1a405e2e260706ffe65 /site/search | |
download | wiki-f8a0065c71ca5ab736a05d538b2f4614473f5297.tar.gz |
initial site commit
Diffstat (limited to 'site/search')
-rw-r--r-- | site/search/search_index.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/search/search_index.json b/site/search/search_index.json new file mode 100644 index 0000000..70b42dd --- /dev/null +++ b/site/search/search_index.json @@ -0,0 +1 @@ +{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Welcome to MkDocs","text":"<p>For full documentation visit mkdocs.org.</p>"},{"location":"#commands","title":"Commands","text":"<ul> <li><code>mkdocs new [dir-name]</code> - Create a new project.</li> <li><code>mkdocs serve</code> - Start the live-reloading docs server.</li> <li><code>mkdocs build</code> - Build the documentation site.</li> <li><code>mkdocs -h</code> - Print help message and exit.</li> </ul>"},{"location":"#project-layout","title":"Project layout","text":"<pre><code>mkdocs.yml # The configuration file.\ndocs/\n index.md # The documentation homepage.\n ... # Other markdown pages, images and other files.\n</code></pre>"}]}
\ No newline at end of file |