Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azrikahar/nuxt-content-docs-external-link
Example to show how to add external link icon to default Nuxt Content Docs theme
https://github.com/azrikahar/nuxt-content-docs-external-link
nuxt nuxt-content
Last synced: about 1 month ago
JSON representation
Example to show how to add external link icon to default Nuxt Content Docs theme
- Host: GitHub
- URL: https://github.com/azrikahar/nuxt-content-docs-external-link
- Owner: azrikahar
- License: mit
- Created: 2020-08-26T03:33:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T07:12:00.000Z (about 4 years ago)
- Last Synced: 2024-07-30T19:37:49.502Z (4 months ago)
- Topics: nuxt, nuxt-content
- Language: JavaScript
- Homepage: https://codesandbox.io/s/distracted-hypatia-z2p7b
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-content-docs-external-link
Example to show how to add external link icon to default Nuxt Content Docs theme. Created as a reply to this issue: https://github.com/nuxt/content/issues/398
## CodeSandbox link: https://codesandbox.io/s/distracted-hypatia-z2p7b
## Setup
Install dependencies:
```bash
npm run install
```## Development
```bash
npm run dev
```## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
npm run generate
```To preview the static generated app, run `npm run start`
For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).