Skip to content

Commit

Permalink
chore(#174): fix docs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 3, 2021
1 parent a141cde commit 8328a69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/content/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ Druxt is a framework for building Fully Decoupled Drupal and Nuxt.js application
### Make Druxt work for you:

- If you want to build a fully decoupled Drupal site, see [Getting started with DruxtSite](/modules/site/getting-started).
- If you want to build a Nuxt application with Druxt modules, see [Getting started with Druxt](/guide/geting-started).
- If you want to build a Nuxt application with Druxt modules, see [Getting started with Druxt](/guide/getting-started).
- If you want to use Druxt internals in your Node application, check out the [API Documentation](/api).
- If you want to get started contributing to the Druxt.js, refer to the [Contributor guide]().

* * *

Expand Down
2 changes: 1 addition & 1 deletion docs/content/guide/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Component options can be seen on the `component.options` property of the Druxt m

If there are no matching component names, a default `DruxtWrapper` component will be used to render the default output of the module.

See the [DruxtModule API documentation](/api/components/DruxtModule).
See the [DruxtModule API documentation](/api/packages/druxt/components/DruxtModule).


```vue
Expand Down
2 changes: 0 additions & 2 deletions packages/druxt/src/components/DruxtWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<script>
/**
* Placeholder component for the Druxt Wrapper themeing system.
*
* @private
*/
export default {
name: 'DruxtWrapper'
Expand Down

0 comments on commit 8328a69

Please sign in to comment.