Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanqazii committed Oct 16, 2021
1 parent 5c2aac3 commit d6d804d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,29 @@ Clone/download source code from the GitHub. Make sure you have _node_ and _npm_
1. snapcraft login
2. snapcraft upload Gaucho_0.6.0_amd64.snap --release=stable

#### For Contributing to Docs:
> Production Docs at https://angrykoala.github.io/gaucho/
> Docs built using https://docusaurus.io/.
##### Instructions:
* The docs branch is https://github.com/angrykoala/gaucho/tree/docs.
* Commands for Development:
* npm install
* npm docusaurus,
* npm start
* npm run build
* npm run swizzle
* npm run deploy
* npm run clear
* npm run serve
* npm run write-translations
* npm run write-heading-ids
* Folders:
* /docs: Docs pages corresponding to items in menu(introduction,getting started etc) on Docs page.
* /src/pages: Pages for each item in page menu.

**Modifications to Docs should be done against /docs branch.**
* Instructions to deploy (only for collaborators):
* npm serve will upload source code to https://github.com/angrykoala/gaucho/tree/gh-pages)

### Troubleshooting

Expand Down

0 comments on commit d6d804d

Please sign in to comment.