All Projects → aragon → aragon-wiki

aragon / aragon-wiki

Licence: CC0-1.0 license
The Aragon wiki

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to aragon-wiki

Ocamlverse.github.io
Documentation of everything relevant in the OCaml world
Stars: ✭ 117 (+53.95%)
Mutual labels:  community, wiki
Community-Governance
The IOTA community creates a governance structure for the community treasury.
Stars: ✭ 36 (-52.63%)
Mutual labels:  community, governance
collective
How the unified collective is governed
Stars: ✭ 41 (-46.05%)
Mutual labels:  community, governance
Meta
Discussions around the processes and coordination of the Bitcoin Design Community
Stars: ✭ 120 (+57.89%)
Mutual labels:  community, governance
SNIPs
Secret Network Improvement Proposals (SNIPs) ✂️
Stars: ✭ 42 (-44.74%)
Mutual labels:  community, governance
buoy
🆘 A community-based crisis response system. Because friends don't let friends call the cops. 🔥🚓🔥
Stars: ✭ 68 (-10.53%)
Mutual labels:  community
community
This is the main CHAOSS community repository. Feel free to open an issue to discuss a topic of community interest! This repository also holds governance, mentorship, and other community-related documentation
Stars: ✭ 57 (-25%)
Mutual labels:  community
sphere
DIYbiosphere is an open-source project to collect Do-it-Yourself Biology (DIYbio) initiatives from all over the world
Stars: ✭ 70 (-7.89%)
Mutual labels:  community
fornalder
Visualize long-term trends in collections of Git repositories.
Stars: ✭ 80 (+5.26%)
Mutual labels:  community
gothanks
GoThanks automatically stars Go's official repository and your go.mod github dependencies, providing a simple way to say thanks to the maintainers of the modules you use and the contributors of Go itself.
Stars: ✭ 111 (+46.05%)
Mutual labels:  community
Code-of-conduct
Code de conduite de la communauté francophone de JavaScript (ECMAScript) et Node.js
Stars: ✭ 65 (-14.47%)
Mutual labels:  community
isamuni
An information aggregator for Facebook groups
Stars: ✭ 14 (-81.58%)
Mutual labels:  community
zfnd
The Zcash Foundation Website
Stars: ✭ 13 (-82.89%)
Mutual labels:  community
folio
Python-powered, Markdown-formatted personal wiki
Stars: ✭ 27 (-64.47%)
Mutual labels:  wiki
sipeed wiki
sipeed wiki:https://wiki.sipeed.com
Stars: ✭ 25 (-67.11%)
Mutual labels:  wiki
wikitopdf
Export a repo's wiki as a PDF ebook.
Stars: ✭ 14 (-81.58%)
Mutual labels:  wiki
hexo-theme-stellar
Elegant and powerful theme for Hexo.
Stars: ✭ 181 (+138.16%)
Mutual labels:  wiki
bitnami-docker-mediawiki
Bitnami Docker Image for MediaWiki
Stars: ✭ 89 (+17.11%)
Mutual labels:  wiki
Community-Programming-Book
Community written book on Programming Languages
Stars: ✭ 31 (-59.21%)
Mutual labels:  community
secret-islands
A virtual land scuttlebutt client
Stars: ✭ 17 (-77.63%)
Mutual labels:  community

wiki.aragon.org

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].