Find a way to have wiki indexed - yes, we sill need it :( #138

This commit is contained in:
rusefillc 2021-10-08 21:04:58 -04:00
parent ca840a8cfc
commit ebd5c3dc6d
2 changed files with 17 additions and 0 deletions

5
bin/mkdoc-install.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
sudo apt update
sudo apt install ncftp
pip install mkdocs mkdocs-ezlinks-plugin

12
mkdocs/mkdocs.yml Normal file
View File

@ -0,0 +1,12 @@
site_name: rusEFI Wiki
repo_url: https://github.com/rusefi/rusefi_documentation
edit_uri: edit/master/
theme:
name: readthedocs
collapse_navigation: true
plugins:
- search
- ezlinks:
wikilinks: true
markdown_extensions:
- sane_lists