aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-08-13 23:16:04 +0100
committerGravatar Chris Lovering <[email protected]>2023-08-14 11:44:05 +0100
commit8e474a0310863ae915043c59f44011d9762b0910 (patch)
treed0640b87686720d277e0bafc96ffd885d714bf21 /docs/README.md
parentAdd kubernetes lint CI (diff)
Move k8s jekyll config to docs/
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..362f76e
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,5 @@
+# DevOps Knowledgebase
+
+## Local Development
+
+Run `bundle install` to install dependencies, then `bundle exec jekyll serve --config _config.yml,_config_dev.yml` to start locally.