All Projects → Sawo-Community → Sawo-Docs

Sawo-Community / Sawo-Docs

Licence: MIT license
Official Repository of SAWO Documentation 📖

Projects that are alternatives of or similar to Sawo-Docs

gorgonia.github.io
The source code (and website) for gorgonia.org
Stars: ✭ 12 (-33.33%)
Mutual labels:  docs
jpath.ru
Для разработчиков и опытных пользователей Joomla! CMS
Stars: ✭ 15 (-16.67%)
Mutual labels:  docs
ExpressionEngine-User-Guide
The source for the HTML ExpressionEngine user guides found at https://docs.expressionengine.com
Stars: ✭ 17 (-5.56%)
Mutual labels:  docs
db-doc
📝一款生成在线/离线数据库文档的小工具
Stars: ✭ 98 (+444.44%)
Mutual labels:  docs
chappe
🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
Stars: ✭ 132 (+633.33%)
Mutual labels:  docs
zmon-docs
ZMON Documentation
Stars: ✭ 14 (-22.22%)
Mutual labels:  docs
linter-alex
📝Sensitive, considerate writing before you merge your Pull Requests
Stars: ✭ 67 (+272.22%)
Mutual labels:  docs
Bootstrap-Docs
Bootstrap 2.x, 3.x Traditional Chinese Docs, Based on ASP.NET MVC 5 Framework, No Continued maintain just open source it.
Stars: ✭ 16 (-11.11%)
Mutual labels:  docs
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (+0%)
Mutual labels:  docs
zksync-docs
zkSync documentation
Stars: ✭ 52 (+188.89%)
Mutual labels:  docs
guides
How we do things at OK GROW!
Stars: ✭ 16 (-11.11%)
Mutual labels:  docs
e-books
IT technical related e-books and PPT information, continuous updating. For those in need, Keep real, peace and love.
Stars: ✭ 470 (+2511.11%)
Mutual labels:  docs
buuk
A simple markdown based documentation generator.
Stars: ✭ 23 (+27.78%)
Mutual labels:  docs
python-book
ゼロから学ぶ Python
Stars: ✭ 125 (+594.44%)
Mutual labels:  docs
frontendpath
A correct path to front-end development.
Stars: ✭ 60 (+233.33%)
Mutual labels:  docs
docs
PlanetScale documentation
Stars: ✭ 56 (+211.11%)
Mutual labels:  docs
guess-js.github.io
The website of Guess.js
Stars: ✭ 16 (-11.11%)
Mutual labels:  docs
MAXTouch-docs
Documentation and specifications for M.A.X. Touch built-in scripting system
Stars: ✭ 15 (-16.67%)
Mutual labels:  docs
mldocs
Alfred Workflow for TensorFlow, PyTorch, Scikit-learn, NumPy, Pandas, Matplotlib, Statsmodels, Jax, RLLib API Docs
Stars: ✭ 54 (+200%)
Mutual labels:  docs
rdme
ReadMe's official CLI and GitHub Action
Stars: ✭ 44 (+144.44%)
Mutual labels:  docs

Sawo-Docs

This repository contains all the documentations of the SAWO SDK.

If you have any questions, join the official discord server. You will be able to ask your queries to the SAWO Team and our engineers will help you out.

Table of Contents

Contributing

Getting Started

You can edit or create SAWO documentation directly in GitHub or by downloading the repo onto your machine and using an editor such as VS-Code.

Editing

The quickest way to begin is editing directly on GitHub on your fork of the SAWO docs repo. Click the Edit icon on the top right corner of the page you want to edit in the SAWO documentation.

If this is the first time you're contributing, follow these steps:

  1. Select Fork in the top-right corner of the GitHub page to fork the repository.
  2. Navigate to file you want to edit and select the Pencil icon (Edit the file) to open the editing interface.

Creating Pull Requests

  1. When you're ready to submit your changes, add a descriptive title and comments to summarize the changes made.
  2. Select Create a new branch for this commit and start a pull request.
  3. Check the Propose file change button.
  4. Scroll down to compare changes with the original document.
  5. Select Create pull request.

Commenting on Pull Requests

Once a pull request is submitted, multiple committers may comment on it and provide edits or suggestions which you can commit directly. You can also add line comments. Take a look at Commenting on pull requests for more details.

Reviewing Pull Requests

Once a pull request has been submitted and the correct label assigned, the review process begins. This includes aligning the content with the Style Guide, validating processes, and tagging any other relevant committers.

Once the review process is complete and depending on the type of issue it is (e.g., a typo fix vs. a new feature), the change is either merged into master and pushed immediately or merged into the release branch and pushed in alignment with the release. The branch is then deleted.

Building and Validating

If you've downloaded the repository and are editing SAWO documentation on your local machine, you can generate the HTML files from markdown. You can review your changes before you commit them or create pull requests.

Note: Commands can be executed on Linux, Mac, and Windows (using Powershell).

  1. Open a terminal window, then clone a forked copy of the documentation repository by running the following command::
https://github.com/Sawo-Community/Sawo-Docs.git
  1. Install pipenv by using one of the following commands based on your operating system:

For Mac users where Homebrew is installed:

brew install pipenv  

For other operating systems

pip install pipenv 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].