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

This commit is contained in:
rusefillc 2021-10-08 21:20:49 -04:00
parent ebd5c3dc6d
commit b2008692af
3 changed files with 17 additions and 5 deletions

View File

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

10
bin/mkdocs-install.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
sudo apt update
sudo apt install ncftp
# sudo apt install python-pip for 'pip'
sudo apt install python3-pip
# pip did not work for in my case?
pip install mkdocs mkdocs-ezlinks-plugin

7
bin/mkdocs-run.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
shopt -s extglob
cd mkdocs
mkdir docs
cp -r ../!(mkdocs) docs
mkdocs build