mkdocs.yml
docs/
├─ archive/
│ ├─ issue00/
│ └─ issue01/
├─ articles/
│ ├─ columns
│ │ ├─ images/
│ │ └─ name_of_column.md
│ ├─ editorial/
│ │ ├─ images/
│ │ └─ title_of_editorial.md
│ └─ opinion/
│ │ ├─ images/
│ │ └─ title_of_opinion_piece.md
│ └─ index.md
├─ classifieds/
│ └─ index.md
├─ contributors/
│ ├─ columnists.md
│ ├─ contributors.md
│ ├─ editors.md
│ ├─ index.md
│ └─ reviewers.md
├─ guides/
│ ├─ guide_for_submitting_a_new_issue.md
│ ├─ guide_for_submitting_a_new_pull_request.md
│ ├─ guide_for_submitting_articles.md
│ ├─ guide_for_submitting_classifieds.md
│ ├─ guide_for_submitting_news.md
│ ├─ index.md
│ ├─ new_issue_template.md
│ ├─ new_pull_request_template.md
│ └─ repository_structure.md
├─ images/
│ ├─ favicon.ico
│ ├─ logo.svg
│ ├─ monthly_no_image.png
│ └─ monthly.png
├─ info/
│ └─ index.md
├─ news/
│ ├─ aragon.md
│ ├─ daos.md
│ ├─ name_of_tag.md
│ └─ index.md
├─ newsletter/
│ └─ index.md
├─ stylesheets/
│ └─ custom.css
├─ CNAME
└─ index.md
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.