mirror of
https://github.com/golang-standards/project-layout.git
synced 2026-02-04 14:06:19 +00:00
added website directory
This commit is contained in:
@@ -140,6 +140,12 @@ Git hooks.
|
|||||||
|
|
||||||
Other assets to go along with your repository (images, logos, etc).
|
Other assets to go along with your repository (images, logos, etc).
|
||||||
|
|
||||||
|
### `/website`
|
||||||
|
|
||||||
|
This is the place to put your project's website data if you are not using Github pages.
|
||||||
|
|
||||||
|
See the [`/website`](website/README.md) directory for examples.
|
||||||
|
|
||||||
## Directories You Shouldn't Have
|
## Directories You Shouldn't Have
|
||||||
|
|
||||||
### `/src`
|
### `/src`
|
||||||
|
|||||||
8
website/README.md
Normal file
8
website/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# `/website`
|
||||||
|
|
||||||
|
This is the place to put your project's website data if you are not using Github pages.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* https://github.com/hashicorp/vault/tree/master/website
|
||||||
|
* https://github.com/perkeep/perkeep/tree/master/website
|
||||||
Reference in New Issue
Block a user