Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-17 02:36:21 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-17 02:36:21 +0300
commitac2d5b8d21c02ba018468a27955f98df60ddc388 (patch)
tree50c38dda4ea65be8c80658df1126818a0b1bf461 /README.md
parentc7a96d18e4e11169d4356bce608f6bb7294bf3ba (diff)
Use the new home page from docs.gitlab.com, but with responsive design.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index b2a4baef..c819be07 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ To set up the site locally:
This will host the site at `localhost:3000`. Changes will be reloaded automatically using [Guard Nanoc](https://github.com/guard/guard-nanoc).
+To pull down the documentation content, run `rake pull_repos`. If you want to force-delete the `tmp/` and `content/` folders so the task will run without manual intervention, run `RAKE_FORCE_DELETE=true rake pull_repos`.
+
## Examples and Resources
### Open Source Nanoc Sites
@@ -32,6 +34,7 @@ This will host the site at `localhost:3000`. Changes will be reloaded automatica
- [Heroku](https://devcenter.heroku.com/)
- [Slack](https://get.slack.help/hc/en-us)
- [Slack API](https://api.slack.com/)
+- [Kong](https://getkong.org/docs/)
## Requirements/Goals