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/pages/themes.astro | |
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/pages/themes.astro')
-rw-r--r-- | docs/src/pages/themes.astro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/pages/themes.astro b/docs/src/pages/themes.astro index 65ecbe57a..3677988dd 100644 --- a/docs/src/pages/themes.astro +++ b/docs/src/pages/themes.astro @@ -37,4 +37,8 @@ import components from '../data/components.json'; <div class="card-grid"> {components.community.map((item)=>(<Card data={item} />))} </div> + <Markdown> + > Want to see your own work featured? [Share it to Discord!](https://astro.build/chat) + We'll often take our favorites from the `#showcase` channel and post them here. + </Markdown> </Layout>
\ No newline at end of file |