This is the Content Style Guide in Arabic. It is based on the translation of the Product Language Framework. The project is based on the Rocket Docs Gatsby theme.
Clone the project
git clone https://github.com/UX-Writing/Content-Style-Guide-in-Arabic
Go to the project directory
cd my-project/path/in/my/machine
go to the right directory in the project
cd examples/gatsby-theme-docs/
Install the dependencies
npm run install
or using yarn
yarn
Run the project Locally in the development mode
npm run dev
or using yarn
yarn dev
To deploy this project run
npm run build
or if you are using yarn
yarn build
Contributions are always welcome!
You can contribute to the content using the following:
- Go to this path:
cd examples/gatsby-theme-docs/src/docs/
- Change the content of the markdown files. You can add sections, remove unused words, or edit the text.
- If you want to add a new page you have to to do 2 steps: first, add the new file in the docs folder. second, add the proper label and link in the sidebar file in this path:
cd examples/gatsby-theme-docs/src/config/sidebar.yml
If you have any feedback, please reach out to us at info[at]uxwritingar[dot]com.