Skip to content

Commit

Permalink
chore(docs): add link on gatsby-link documentation (#12518)
Browse files Browse the repository at this point in the history
<!--
  Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or
  ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->

## Description

enable clickable link in documentation

## Related Issues

<!--
  Link to the issue that is fixed by this PR (if there is one)
  e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->
  • Loading branch information
muescha authored and DSchau committed Mar 12, 2019
1 parent 44491ef commit 8c05152
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs/gatsby-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ 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) |
| `--open-tracing-config-file` | Tracer configuration file (open tracing compatible). See /docs/performance-tracing/ |
| 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`

Expand Down

0 comments on commit 8c05152

Please sign in to comment.