Find a way to have wiki indexed - yes, we sill need it :( #138
This commit is contained in:
parent
ca840a8cfc
commit
ebd5c3dc6d
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt install ncftp
|
||||
pip install mkdocs mkdocs-ezlinks-plugin
|
|
@ -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
|
Loading…
Reference in New Issue