Skip to content

Internal Documentation: Notes, Tips, Tricks, and other helpful snippets

Notifications You must be signed in to change notification settings

excelerondesign/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for Exceleron Designs

Previously on Basecamp

To add more:

> is the prompt for the command line/terminal and is not necessary to add
  • Clone repo to computer
    • On github they will explain to you how to do it without the command line/terminal
  • Checkout the documentation branch
    • run > git checkout documentation in the command line/terminal
  • Create a new branch for the document you want to add
    • run > git branch new-document-name in the command line/terminal
  • Do necessary git/copy Github Resources
  • Test your additions work in a local server
    • run npm start in the command line
    • For proper file structure, like how to set up a sidebar, check the Docsify Documentation
  • When ready merge your new-document-name branch into documentation
    • > git checkout documentation
      > git merge new-document-name
  • On Github, create a pull request
  • Pull request will be reviewed and then merged
  • Then we party 🥳

About

Internal Documentation: Notes, Tips, Tricks, and other helpful snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published