Run it locally with
npm i
npm run dev
and then visiting http://localhost:3000 in your browser.
The markdown files support the following HTML tags:
imgiframeprecodedivvideosource
When adding new pages, the markdown file should be placed in the appropriate folder (getting-started/connections/features), and an additional entry should be added to the sidebar.json file.
Contributions to Codeanywhere docs are always welcome.
To contribute:
All contributions must be submitted as a Pull Request (PR) so you need to fork this repo on your GitHub account.
NOTE: Commit your changes following the Conventional commit specifications.
- For example: Adding a new section called
Otherwould require a commit messagefeat: Added Other sectionand applying a small change to theREADME.mdfile would require a message:fix: Updated README to include Contribution guidelines.
Thank you for investing your time into making Codeanywhere docs the best they can be. 😄