summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2019-09-24 07:00:13 -0700
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-24 16:00:13 +0200
commit30563fc5eec1516d399a88b8739aea3c9089ce3d (patch)
tree6f2c97c75d2858ef4760a1be233bd6252a1a5aea /netlify.toml
parent352ad4066cee62dc92dfe0a91fc871bfc8fa6b9a (diff)
Docs: Overhaul of Getting started guide (#6811)
* Initial edits to getting started guide * Working on tutorial and getting started guide * Initial edits to getting started guide * Working on tutorial and getting started guide * Continuing work on tutorial * Finished draft of sizing tutorial * Working on getting started guide * Move getting started guide to new file, Netlify redirect * Quick fix to change nodes menu -> my nodes * Finished draft of getting started guide * Fixing broken links from file moving * More tweaks and grammar fixes * Another run through the new pages * Last changes minus screenshot * Fixes to tutorial * Moving things around and final fixes * Addressing Cosmix' comments * Clarified source terminology and added link to modules list * Initial edits to getting started guide * Initial edits to getting started guide * Working on tutorial and getting started guide * Working on tutorial and getting started guide * Continuing work on tutorial * Finished draft of sizing tutorial * Working on getting started guide * Move getting started guide to new file, Netlify redirect * Quick fix to change nodes menu -> my nodes * Finished draft of getting started guide * Fixing broken links from file moving * More tweaks and grammar fixes * Another run through the new pages * Last changes minus screenshot * Fixes to tutorial * Moving things around and final fixes * Addressing Cosmix' comments * Clarified source terminology and added link to modules list * Quick fix to browser line * Fixing one new broken link * One more grammar fix
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index 9279412409..6ef10918f7 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -10,3 +10,7 @@
# Default build command.
command = "./buildhtml.sh"
+
+[[redirects]]
+ from = "/docs/GettingStarted/"
+ to = "/docs/getting-started" \ No newline at end of file