🎨 clean sections
This commit is contained in:
parent
5ba644dfa1
commit
ae17e88065
1 changed files with 9 additions and 2 deletions
|
|
@ -1,11 +1,17 @@
|
||||||
|
### Document Roadmap
|
||||||
|
* [ ] Sections by Project Phase (setup, develop, deploy, deliver)
|
||||||
|
* [ ] Each section has heading, [sections-link](#sections) and at least one bullet point
|
||||||
|
* [ ] Each section should covers fixed topics (version control, systems management, docuementation)
|
||||||
|
* [ ] Information that doesn't fit into phases goes to [_Topic Hierarchy_](#topic-hierarchy)
|
||||||
|
* [ ] Add [Custom utils](https://dev.to/kenbellows/a-few-python-repl-config-tricks-3o6i).
|
||||||
|
|
||||||
|
|
||||||
### Sections
|
### Sections
|
||||||
* [Gitmoji Reference](#gitmoji-reference)
|
|
||||||
* [Setup](#setup) ([Version Control](#setup-version-control), [Environments](#setup-server-management), Documentation)
|
* [Setup](#setup) ([Version Control](#setup-version-control), [Environments](#setup-server-management), Documentation)
|
||||||
* [Develop](#develop) ([Version Control](#develop-with-version-control), Server Management, Documentation)
|
* [Develop](#develop) ([Version Control](#develop-with-version-control), Server Management, Documentation)
|
||||||
* Deploy
|
* Deploy
|
||||||
* Deliver?
|
* Deliver?
|
||||||
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
### Project Planning
|
### Project Planning
|
||||||
* Always have some kind of roadmap
|
* Always have some kind of roadmap
|
||||||
|
|
@ -97,6 +103,7 @@ Context:
|
||||||
# -> feature1 is rejected and made obsolete
|
# -> feature1 is rejected and made obsolete
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Topic Hierarchy
|
||||||
* **Documentation**
|
* **Documentation**
|
||||||
* Use [Google's Markdown Style Guide](https://google.github.io/styleguide/docguide/style.html) for written documentation.
|
* Use [Google's Markdown Style Guide](https://google.github.io/styleguide/docguide/style.html) for written documentation.
|
||||||
* Conceptual graphical documentation as inline embedded images.
|
* Conceptual graphical documentation as inline embedded images.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue