Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.29 KB

Codeanywhere Docs

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:

  • img
  • iframe
  • pre
  • code
  • div
  • video
  • source

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.

Contributing

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 Other would require a commit message feat: Added Other section and applying a small change to the README.md file 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. 😄