|
1 |
| -# OS2 Documentation Template |
| 1 | +> [!WARNING] Remove this section from your README.md after completing all setup tasks! |
| 2 | +> - [ ] Click the green "Use this template" button above. |
| 3 | +> - [ ] Name your new repository and create it. |
| 4 | +> - [ ] Replace all the purple placeholder texts with your project-specific information. |
| 5 | +> - [ ] Add any additional relevant Markdown documents to your documentation. |
| 6 | +> - [ ] Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages). |
| 7 | +> - [ ] **Remove this setup section from your README.md.** |
| 8 | +> |
| 9 | +> That's it! You are now set up, and your documentation site is live! |
2 | 10 |
|
3 |
| -This template helps you quickly set up documentation for your OS2 project. |
4 | 11 |
|
5 |
| -## Quick Start |
| 12 | +# [Replace with Project Title] |
| 13 | +> [!IMPORTANT] [Replace with a clear statement defining the mission and goals of your project in simple terms.] |
6 | 14 |
|
7 |
| -1. Click the green "Use this template" button above. |
8 |
| -2. Name your new repository and create it. |
9 |
| -3. Start with the `PROJECT_README_TEMPLATE.md` file and |
10 |
| -4. Replace this Quick Start by renaming `PROJECT_README_TEMPLATE.md` to `README.md`: |
11 |
| - |
12 |
| -5. Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages). |
| 15 | +[How It Works](#how-this-codebase-achieves-its-objectives) | [Project Architecture](#architecture) | [Installation](#installation) | [Usage](#usage) | [Contributing](#contributing) | [License](#license) | [Contact](#contact) |
13 | 16 |
|
14 |
| -That's it! Your project documentation scafolding is now set up and your documentation site is now live! |
15 | 17 |
|
| 18 | +## 🧭 How It Works |
| 19 | +> [!IMPORTANT]Replace with a brief, clear explanation of how the codebase works to achieve the stated mission objectives. |
16 | 20 |
|
17 |
| -## Contributing |
| 21 | +#### Architecture |
18 | 22 |
|
19 |
| -Feel free to contribute, to get started check out our [CONTRIBUTING.md](./CONTRIBUTING.md) guide |
| 23 | +> [!IMPORTANT] Replace with a Brief introduction to the project's high-level architecture. Link to an ARCHITECTURE.MD diagram e.g. in mermaid syntax |
20 | 24 |
|
21 |
| -## Licensing and Attribution |
| 25 | +#### Key Features |
22 | 26 |
|
23 |
| -This repository is licensed under the [MIT License][MIT License]. You are generally free to reuse or extend upon this code as you see fit; just include the original copy of the license (which is preserved when you "make a template"). While it's not necessary, we'd love to hear from you if you do use this template, and how we can improve it for future use! |
| 27 | +> [!IMPORTANT] Replace this with a brief explaination of the main features or functionalities of your project.] |
24 | 28 |
|
25 |
| -The deployment GitHub Actions workflow is heavily based on GitHub's mixed-party [starter workflows][starter workflows]. A copy of their MIT License is available in [actions/starter-workflows][actions/starter-workflows]. |
| 29 | + |
| 30 | +## :arrow_heading_down: Installation |
| 31 | +> [!IMPORTANT] Replace with Step-by-step instructions on how to install the codebase. |
| 32 | +
|
| 33 | +## ▶️ How to Run |
| 34 | +> [!IMPORTANT] Replace with clear, concise instructions on how to run and use the codebase. |
| 35 | +
|
| 36 | +#### Examples |
| 37 | + |
| 38 | +> [!IMPORTANT] Replace with examples demonstrating key functionality, code-snippets such as command-line usage, API calls or if needed screendumps |
26 | 39 |
|
27 | 40 | ---
|
28 | 41 |
|
29 |
| -[Jekyll]: https://jekyllrb.com |
30 |
| -[Just the Docs]: https://just-the-docs.github.io/just-the-docs/ |
31 |
| -[GitHub Pages]: https://docs.github.com/en/pages |
32 |
| -[GitHub Pages / Actions workflow]: https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/ |
33 |
| -[Bundler]: https://bundler.io |
34 |
| -[use this template]: https://github.com/just-the-docs/just-the-docs-template/generate |
35 |
| -[`jekyll-default-layout`]: https://github.com/benbalter/jekyll-default-layout |
36 |
| -[`jekyll-seo-tag`]: https://jekyll.github.io/jekyll-seo-tag |
37 |
| -[MIT License]: https://en.wikipedia.org/wiki/MIT_License |
38 |
| -[starter workflows]: https://github.com/actions/starter-workflows/blob/main/pages/jekyll.yml |
39 |
| -[actions/starter-workflows]: https://github.com/actions/starter-workflows/blob/main/LICENSE |
40 |
| -[^1]: [It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll#creating-your-site). |
| 42 | +*This project is licensed under the terms of the [LICENSE.md](LICENSE.md) | For contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md) | Contact: [maintainer usernames]()* |
| 43 | + |
| 44 | + |
0 commit comments