From bb3a60929b3fe1af401ce9c113d024b5afb04fd9 Mon Sep 17 00:00:00 2001 From: Michael <184316+muescha@users.noreply.github.com> Date: Tue, 12 Mar 2019 16:06:33 +0100 Subject: [PATCH 1/2] doc(gatsby cli): enable link --- docs/docs/gatsby-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/gatsby-cli.md b/docs/docs/gatsby-cli.md index 48fe6aa3ca1e8..931a8d98f177e 100644 --- a/docs/docs/gatsby-cli.md +++ b/docs/docs/gatsby-cli.md @@ -69,7 +69,7 @@ At the root of a Gatsby site, compile your application and make it ready for dep | :--------------------------: | ----------------------------------------------------------------------------------- | | `--prefix-paths` | Build site with link paths prefixed (set pathPrefix in your config) | | `--no-uglify` | Build site without uglifying JS bundles (for debugging) | -| `--open-tracing-config-file` | Tracer configuration file (open tracing compatible). See /docs/performance-tracing/ | +| `--open-tracing-config-file` | Tracer configuration file (open tracing compatible). See [Performance Tracing](/docs/performance-tracing/) | ### `serve` From 5307e2b8ef04b82ef26d9f736b4cc5417bcfba03 Mon Sep 17 00:00:00 2001 From: Dustin Schau Date: Tue, 12 Mar 2019 10:22:00 -0500 Subject: [PATCH 2/2] chore: run prettier --- docs/docs/gatsby-cli.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/gatsby-cli.md b/docs/docs/gatsby-cli.md index 931a8d98f177e..2c8d0e8903bb4 100644 --- a/docs/docs/gatsby-cli.md +++ b/docs/docs/gatsby-cli.md @@ -65,10 +65,10 @@ At the root of a Gatsby site, compile your application and make it ready for dep #### Options -| Option | Description | -| :--------------------------: | ----------------------------------------------------------------------------------- | -| `--prefix-paths` | Build site with link paths prefixed (set pathPrefix in your config) | -| `--no-uglify` | Build site without uglifying JS bundles (for debugging) | +| Option | Description | +| :--------------------------: | ---------------------------------------------------------------------------------------------------------- | +| `--prefix-paths` | Build site with link paths prefixed (set pathPrefix in your config) | +| `--no-uglify` | Build site without uglifying JS bundles (for debugging) | | `--open-tracing-config-file` | Tracer configuration file (open tracing compatible). See [Performance Tracing](/docs/performance-tracing/) | ### `serve`