Skip to content

A staging/experimental repository for migrating the Polkadot Wiki from Docusaurus to Mkdocs

Notifications You must be signed in to change notification settings

w3f/polkadot-wiki-mkdocs

Repository files navigation

Polkadot Wiki MkDocs

A staging repository for starting the migration from Docusaurus to Mkdocs. This particularly repository uses MkDocs Material.

Install & Setup

  • Make sure python (Python 3) and pip are installed and in your path
  • It's recommended to use a virtual environment, as is common practice, but you can also just skip to the second step for simplicity
  1. Enter the virtual environment:
# Create the env
python -m venv venv
# Enter the env
source venv/bin/activate
  1. Install dependencies (make sure you're in the project's directory)
pip install -r requirements.txt
  1. Once installed, run the serve command:
# If you're in a virtual env
mkdocs serve
# If you're not in a virtual env and this the above doesn't work
python -m mkdocs serve

Migration

For documentation on migration, see: MIGRATION.MD.

About

A staging/experimental repository for migrating the Polkadot Wiki from Docusaurus to Mkdocs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages