Skip to content

Commit e393c95

Browse files
authored
Reorganize Documentation and Write a Real README (#27)
The main goal here is to replace the README with something that actually gives an overview of the repo and how to approach it. The current README has been moved to a separate folder with Kubernetes setup information. (I haven’t attempted to change that tutorial at all otherwise.) This also renames the templates directory to kubernetes (hopefully that makes things more clear) and shoves the old README and associated setup files/scripts in kubernetes/0-setup-guide. The kubernetes/README.md file still needs to be written. This is a part of edgi-govdata-archiving/web-monitoring#138.
1 parent 53f04b6 commit e393c95

37 files changed

+1326
-437
lines changed

.gitignore

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
templates/secrets.yaml
2-
templates/secrets.*.yaml
3-
templates/ui-secrets.yaml
4-
templates/ui-secrets.*.yaml
1+
kubernetes/secrets.yaml
2+
kubernetes/secrets.*.yaml
3+
kubernetes/ui-secrets.yaml
4+
kubernetes/ui-secrets.*.yaml
55
*secrets*
6+
!kubernetes/example.*
67
services.yaml
78
services.*.yaml
8-
!examples/services.yaml
9+
scratch.*

LICENSE

+674
Large diffs are not rendered by default.

README.md

+33-420
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)