Browse Source

Merge pull request #477 from rocode/master

Minor documentation typo fixes
index-subcmd
Vincent Prouillet GitHub 5 years ago
parent
commit
1dae935a1b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/content/documentation/getting-started/cli-usage.md
  2. +1
    -1
      docs/content/documentation/themes/installing-and-using-themes.md

+ 1
- 1
docs/content/documentation/getting-started/cli-usage.md View File

@@ -36,7 +36,7 @@ $ gutenberg build --base-url $DEPLOY_URL
This is useful for example when you want to deploy previews of a site to a dynamic URL, such as Netlify
deploy previews.

+You can override the default output directory 'public' by passing a other value to the `output-dir` flag.
You can override the default output directory 'public' by passing a other value to the `output-dir` flag.

```bash
$ gutenberg build --output-dir $DOCUMENT_ROOT


+ 1
- 1
docs/content/documentation/themes/installing-and-using-themes.md View File

@@ -40,7 +40,7 @@ templates/macros.html -> replace themes/simple-blog/templates/macros.html
static/js/site.js -> replace themes/simple-blog/static/js/site.js
```

You can also choose to only parts of a page if a theme define some blocks by extending it. If we wanted
You can also choose to only override parts of a page if a theme define some blocks by extending it. If we wanted
to only change a single block from the `post.html` page in the example above, we could do the following:

```


Loading…
Cancel
Save