A documentation template built using HTML, Tailwindcss and Javascript
Clone the repository
git clone https://github.com/lmas3009/cleandocs-template.git
All code contributions - if you want change the ui - must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.
After making changes add your information in contributors section in index.html
We truly ❤️ pull requests! If you wish to help.
✅ Add your information on website, please follow Contribution Guide
flowchart TD
A[lmas3009/cleandocs-template] --> B{Get This Repo};
B -- By Fork --> C[yourusername/cleandocs-template];
B -- By Clone --> D[Your Local Repo];
C ----> E[Create New Branch];
D ----> E[Create New Branch];
E --> F[Made Some Changes];
F --> G[Commit Changes];
G -- On GitHub --> H[Create Pull Request];
H -- If Rejected --> F[Made Changes Again];
H -- If Approved --> I[Changes Done]
The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php