Skip to content

cloudy-org/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 Wiki

Our static wiki site.

Developer Note

We use mkdocs for this site. To serve the site for development you'll need Python and project's pip dependencies installed.

Git clone the repo, create a virtual environment, pip install the dependencies and then serve the site for development:

git clone https://github.com/cloudy-org/wiki
cd wiki

python -m venv .venv
source .venv/bin/activate

pip install . -U

mkdocs serve

With uv

git clone https://github.com/cloudy-org/wiki
cd wiki

# UV grabs all the dependencies and does all the venv stuff for us automatically.
uv run mkdocs serve

libwiki.so

The application configuration pages requires the Rust wiki crate to be compiled before it can generate:

# Pull cirrus toolkit
git submodule update --init --recursive

cargo build --release

About

📖 Cloudy-org's static wiki site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors