Skip to content

Commit 246f496

Browse files
committed
ADDITION: Turned the <script> tag into a standalone .css file
1 parent 8180de6 commit 246f496

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
sidebar_label: Build Your First App
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
sidebar_label: App Specific Resources
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
sidebar_label: Using Ionic Components
3+
---
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# hola

sidebars.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,16 @@ module.exports = {
183183
collapsed: false,
184184
items: [
185185
'vanilla-javascript/overview',
186+
{
187+
type: 'category',
188+
label: 'Build Your First App',
189+
items: [
190+
'vanilla-javascript/your-first-app',
191+
'vanilla-javascript/your-first-app/styling',
192+
'vanilla-javascript/your-first-app/importing-camera-scripts',
193+
'vanilla-javascript/your-first-app/using-ionic-components',
194+
],
195+
},
186196
],
187197
},
188198
{

0 commit comments

Comments
 (0)