diff options
author | 2021-09-07 11:39:36 -0700 | |
---|---|---|
committer | 2021-09-07 11:39:36 -0700 | |
commit | bf4ba7c3ee5160da9fa5c2d924deff5cb60bd2c6 (patch) | |
tree | 23d7c4d0db362fd55612315ceb52a37bb855d3b2 /docs/src/config.ts | |
parent | 8707d1a4f231a84486b670511399b6e46a9809b1 (diff) | |
download | astro-bf4ba7c3ee5160da9fa5c2d924deff5cb60bd2c6.tar.gz astro-bf4ba7c3ee5160da9fa5c2d924deff5cb60bd2c6.tar.zst astro-bf4ba7c3ee5160da9fa5c2d924deff5cb60bd2c6.zip |
📘 DOC: New "Publish to npm" documentation (#1323)
* new publish docs
* Minor cleanup
- Removed trailing whitespaces.
- Fixed a typo where `components` was misspelled.
- Moved all links to references at the bottom of the file.
- On line 162, I added bash for the file tree example as it was used for the previous example on line 29.
- Added a new line between examples that had a DO and DO NOT.
- The code snippet from line 85 is a good example. Having that li'l space made it much nicer to read.
* cleanup publish docs
* add note on experimental nature of npm package support
Co-authored-by: Devin W. Leaman <git@4lch4.email>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index e473a3b92..284fca0b7 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -24,8 +24,8 @@ export const SIDEBAR = { { text: 'RSS', link: 'guides/rss' }, { text: 'Supported Imports', link: 'guides/imports' }, { text: 'Aliases', link: 'guides/aliases' }, - { text: 'Deploy a Website', link: 'guides/deploy' }, - { text: 'Publish a Component', link: 'guides/publish-to-npm' }, + { text: 'Deploy to the web', link: 'guides/deploy' }, + { text: 'Publish to npm', link: 'guides/publish-to-npm' }, { text: 'Reference', header: true }, { text: 'Built-In Components', link: 'reference/builtin-components' }, |