| title | Documentation Developer Intro |
|---|---|
| layout | page |
Welcome technical documentation developers! Thank you for lowering barriers and making the learning curve a gentler climb. Doc development takes place in the github pages documentation repository for @Decatur-High-GlobalDynamics.
- development environment
- understanding of git basics
- understanding of markdown
Github Guides provides a general overview of: git, github, github pages, forking projects, issues, tracking people and projects, markdown, and documentation. It should take a little less than an hour and a half to read through all of the guides.
- open a terminal and navigate to the directory where you put your github pages repositories
- clone the documentation repository
git clone https://github.com/Decatur-High-GlobalDynamics/Decatur-High-GlobalDynamics.github.io.git
- open the new repository directory in vs code