We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604518c commit 7c73084Copy full SHA for 7c73084
_config.yml
@@ -0,0 +1,5 @@
1
+# Minimal Jekyll config (works with GitHub Pages)
2
+theme: jekyll-theme-primer
3
+title: Advanced Infrastructure Developer Guidelines
4
+description: Development guidelines
5
+nav_order: 1
docs/index.md
@@ -0,0 +1,12 @@
+# Welcome to Our Guidelines
+
+```markdown
+## Git Principles
+- [Branch Protection](/branch_standards.md)
6
+- [API Guidelines](/api-guidelines.md)
7
+- [Review Process](/pr_guideline.md)
8
9
+## Quick Links
10
+- [Changelog](CHANGELOG.md)
11
+- [Contribute](CONTRIBUTING.md)
12
+```
0 commit comments