-
-
Save aldrichtr/dfc10a8facf174f1080c8d92427ff541 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 1 | |
schemas: | |
- id: pro | |
desc: project | |
parent: root | |
namespace: true | |
template: | |
id: pro.template | |
type: note | |
children: | |
- concepts | |
- topic | |
- config | |
- debug | |
- qa | |
- design | |
- internal | |
- lifecycle | |
- quickstart | |
- changelog | |
- issues | |
- plugins | |
- id: plugins | |
namespace: true | |
- id: design | |
desc: project design | |
- id: issues | |
- id: config | |
desc: project configuration | |
- id: concepts | |
- id: topic | |
namespace: true | |
pattern: t | |
- id: internal | |
desc: Explanation of how code works | |
- id: lifecycle | |
- id: quickstart | |
desc: how to setup | |
- id: concepts | |
- id: debug | |
- id: qa | |
title: quality assurance | |
- id: changelog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment