Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.72 KB

File metadata and controls

32 lines (24 loc) · 1.72 KB
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.

Pre-requisites for contributors:

Optional:

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.

Steps:

  • 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