|
| 1 | +<!-- markdownlint-disable MD041 --> |
| 2 | +<!-- markdownlint-disable MD033 --> |
| 3 | +<!-- markdownlint-disable MD028 --> |
| 4 | + |
| 5 | +<!-- PROJECT SHIELDS --> |
| 6 | +<!-- |
| 7 | +*** I'm using markdown "reference style" links for readability. |
| 8 | +*** Reference links are enclosed in brackets [ ] instead of parentheses ( ). |
| 9 | +*** See the bottom of this document for the declaration of the reference variables |
| 10 | +*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. |
| 11 | +*** https://www.markdownguide.org/basic-syntax/#reference-style-links |
| 12 | +--> |
| 13 | + |
| 14 | +[![pre-commit][pre-commit-shield]][pre-commit-url] |
| 15 | + |
| 16 | +# tyriis.dev static page |
| 17 | + |
| 18 | +<details> |
| 19 | + <summary style="font-size:1.2em;">Table of Contents</summary> |
| 20 | +<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 21 | +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 22 | + |
| 23 | +- [Getting Started](#getting-started) |
| 24 | + - [Prerequisties](#prerequisties) |
| 25 | +- [Configuration](#configuration) |
| 26 | +- [Known Issues](#known-issues) |
| 27 | + |
| 28 | +<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
| 29 | +</details> |
| 30 | + |
| 31 | +## Getting Started |
| 32 | + |
| 33 | +### Prerequisties |
| 34 | + |
| 35 | +| Tool | Role | |
| 36 | +| ------------------------ | ------------------------------------------ | |
| 37 | +| [pre-commit][pre-commit] | QA improvement to check code before commit | |
| 38 | +| [prettier][prettier-url] | scan security in terraform definitions | |
| 39 | + |
| 40 | +## Configuration |
| 41 | + |
| 42 | +<!-- TBD --> |
| 43 | + |
| 44 | +## Known Issues |
| 45 | + |
| 46 | +<!-- TBD --> |
| 47 | + |
| 48 | +<!-- MARKDOWN LINKS & IMAGES --> |
| 49 | +<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> |
| 50 | + |
| 51 | +<!-- Links --> |
| 52 | + |
| 53 | +[pre-commit]: https://pre-commit.com/ |
| 54 | +[prettier-url]: https://prettier.io/ |
| 55 | + |
| 56 | +<!-- Badges --> |
| 57 | + |
| 58 | +[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&style=for-the-badge |
| 59 | +[pre-commit-url]: https://github.com/pre-commit/pre-commit |
0 commit comments