diff options
| author | 2025-07-21 00:43:42 +0800 | |
|---|---|---|
| committer | 2025-07-21 00:43:42 +0800 | |
| commit | 9b6ae1567102aa56a2e45cc21d8eb8a2686593ae (patch) | |
| tree | bf5cf133f87db0d8af2280ee40c9cbc9a31505e9 /_build/singlehtml/_static/documentation_options.js | |
| parent | 99679fa5ce8b8396d8cae89f00ad2e508f6b9db0 (diff) | |
| download | wiki-9b6ae1567102aa56a2e45cc21d8eb8a2686593ae.tar.gz wiki-9b6ae1567102aa56a2e45cc21d8eb8a2686593ae.zip | |
chore: Unified directory structure
Diffstat (limited to '_build/singlehtml/_static/documentation_options.js')
| -rw-r--r-- | _build/singlehtml/_static/documentation_options.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_build/singlehtml/_static/documentation_options.js b/_build/singlehtml/_static/documentation_options.js new file mode 100644 index 0000000..2cdab06 --- /dev/null +++ b/_build/singlehtml/_static/documentation_options.js @@ -0,0 +1,13 @@ +const DOCUMENTATION_OPTIONS = { + VERSION: 'latest', + LANGUAGE: 'en', + COLLAPSE_INDEX: false, + BUILDER: 'singlehtml', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: false, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, +};
\ No newline at end of file |
