-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure the Style Guide for Docs Site (#4)
- Loading branch information
Showing
7 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: PHP | ||
--- | ||
|
||
# PHP Language Style Guide | ||
|
||
## Overview | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: SQL | ||
--- | ||
|
||
# SQL Language Style Guide | ||
|
||
## Overview | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# Style Guide Table of Contents | ||
--- | ||
title: Overview | ||
--- | ||
|
||
# Style Guide Overview | ||
|
||
## General Style Guides | ||
|
||
- [Common Language Style Guide](./common.md) | ||
|
||
## Language-Specific Style Guides | ||
|
||
- [PHP Language Style Guide](./lang/php.md) | ||
- [SQL Language Style Guide](./lang/sql.md) | ||
- [PHP Language Style Guide](./Language/PHP.md) | ||
- [SQL Language Style Guide](./Language/PHP.md) | ||
|
||
## Tool Specific Guides | ||
|
||
- [Git Style Guide](./tools/git.md) | ||
- [GitHub Dependabot](./tools/github/dependabot.md) | ||
- [Git Style Guide](./Tools/Git.md) | ||
- [GitHub Dependabot](./Tools/GitHub/Dependabot.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: Git Style Guide | ||
--- | ||
|
||
# Git Style Guide | ||
|
||
## Overview | ||
|
4 changes: 4 additions & 0 deletions
4
guides/tools/github/dependabot.md → guides/Tools/GitHub/Dependabot.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: Dependabot | ||
--- | ||
|
||
# GitHub Dependabot Guide | ||
|
||
## Overview | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
title: Common Style Guide | ||
--- | ||
|
||
# Common Language Style Guide | ||
|
||
## Capitalization | ||
|