Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit e50d3be

Browse files
committed
docs(stencil): add articles to docs
1 parent 051bd4c commit e50d3be

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/.vuepress/config.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export default defineUserConfig({
3737

3838
themePlugins: {
3939
backToTop: true,
40-
prismjs: true,
4140
},
4241

4342
navbar: [
@@ -67,6 +66,10 @@ export default defineUserConfig({
6766
text: 'Getting Started',
6867
link: '/guide/',
6968
},
69+
{
70+
text: 'Articles',
71+
link: '/guide/articles',
72+
},
7073
],
7174
},
7275
{

docs/guide/articles.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Stencil
2+
3+
| Article |
4+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5+
| [Building React and Angular Component Libraries with Stencil and Nx](https://ionicframework.com/blog/building-react-and-angular-component-libraries-with-stencil-and-nx/) |
6+
| [Framework agnostic component libraries with StencilJs and Nx](https://dev.to/dominikpieper/framework-agnostic-component-libraries-with-stenciljs-and-nx-8mb) |

0 commit comments

Comments
 (0)