Skip to content

aragon/aragon-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This wiki for the Aragon project contains much of the content and resources available publicly

If you feel like contributing to the wiki, like changing or adding things, feel free to check out the open Issues and submit a Pull Request.

Current versions used:

MKDocs version 1.0.4

Material for MkDocs version 4.3.1

To upgrade from previous versions:

pip install --upgrade mkdocs

pip install --upgrade mkdocs-material

How do I run a local version of the wiki for editing?

  • Install MkDocs
    • Install mkdocs-material using Python, pip install mkdocs-material
  • Clone the repo with git clone https://github.com/aragon/aragon-wiki.git
  • In the aragon-wiki directory, run mkdocs serve
  • Open http://localhost:8000/ in your browser

Guide for submitting a new Pull Request

  • Check the Issues for existing improvements that are needed
  • If you don’t find anything close to what you’re working on, submit a new Issue of what you would like to see changed in the wiki

Follow these steps:

  • Fork the Aragon Wiki GitHub repository
  • Create a Pull Request with your proposed changes to have your contribution merged into the Wiki repository.

To deploy changes in the wiki to web in the case where TravisCI fails to do so:

Follow the instructions for running a local version and then in the aragon-wiki directory, run mkdocs gh-deploy