Skip to content

Commit 9c801f1

Browse files
authored
chore(docusaurus): upgrade to v3 (#3322)
1 parent 2723b77 commit 9c801f1

File tree

258 files changed

+8010
-8801
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+8010
-8801
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
src/theme/DocItem
2-
src/theme/DocPage
2+
src/theme/DocRoot
33
legacy-stencil-components
44
scripts/bak
55

66
docs/api
77
docs/native
8+
versioned_docs/version-v*/native
89
docs/cli/commands
910

1011
static/code/stackblitz

docs/angular/build-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See the [Standalone Migration Guide](#migrating-from-modules-to-standalone) for
3131

3232
### Usage with Standalone-based Applications
3333

34-
:::caution
34+
:::warning
3535
All Ionic imports should be imported from the `@ionic/angular/standalone` submodule. This includes imports such as components, directives, providers, and types. Importing from `@ionic/angular` may pull in lazy loaded Ionic code which can interfere with treeshaking.
3636
:::
3737

@@ -203,7 +203,7 @@ Ionic Angular's standalone components use ES Modules. As a result, developers us
203203

204204
### Usage with NgModule-based Applications
205205

206-
:::caution
206+
:::warning
207207
All Ionic imports should be imported from the `@ionic/angular/standalone` submodule. This includes imports such as components, directives, providers, and types. Importing from `@ionic/angular` may pull in lazy loaded Ionic code which can interfere with treeshaking.
208208
:::
209209

docs/angular/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Here, we have a typical Angular Module setup, along with a RouterModule import,
175175

176176
## Standalone Components
177177

178-
:::caution Experimental API
178+
:::warning Experimental API
179179

180180
Standalone components is an experimental API introduced in Angular 14.x and available in Ionic 6.3 and later. This feature may change before it is stable.
181181

docs/angular/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';
1313
/>
1414
</head>
1515

16-
:::caution Looking for `ion-slides`?
16+
:::warning Looking for `ion-slides`?
1717
`ion-slides` was deprecated in v6.0.0 and removed in v7.0.0. We recommend using the Swiper.js library directly. The migration process is detailed below.
1818
:::
1919

docs/angular/virtual-scroll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Virtual Scroll
22

3-
:::caution Looking for `ion-virtual-scroll`?
3+
:::warning Looking for `ion-virtual-scroll`?
44

55
`ion-virtual-scroll` was deprecated in v6.0.0 and removed in v7.0.0. We recommend using the `@angular/cdk` package detailed below.
66

docs/angular/your-first-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Here’s the finished app running on all 3 platforms:
1919
width="560"
2020
height="315"
2121
src="https://www.youtube.com/embed/0ASQ13Y1Rk4"
22-
frameborder="0"
22+
frameBorder="0"
2323
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
24-
allowfullscreen
24+
allowFullScreen
2525
></iframe>
2626
2727
:::note

docs/components.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ Ionic apps are made of high-level building blocks called Components, which allow
4141
</DocsCard>
4242

4343
<DocsCard header="Card" href="api/card" icon="/icons/component-card-icon.png">
44-
<p>
45-
Cards are a great way to display an important piece of content, and can contain images, buttons, text, and more.
46-
</p>
44+
<!-- prettier-ignore -->
45+
<p>Cards are a great way to display an important piece of content, and can contain images, buttons, text, and more.</p>
4746
</DocsCard>
4847

4948
<DocsCard header="Checkbox" href="api/checkbox" icon="/icons/component-checkbox-icon.png">

docs/deployment/play-store.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg R
105105

106106
Once that command has been ran and its prompts have been answered a file called `my-release-key.keystore` will be created in the current directory.
107107

108-
:::caution
108+
:::warning
109109
Save this file and keep it somewhere safe. If it is lost the Google Play Store will not accept updates for this app!
110110
:::
111111

docs/developer-resources/guides/first-app-v3/realtime-updates-ionic-deploy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ Now comes the fun part: testing out the native app on your device! For iOS, the
101101
src="https://fast.wistia.net/embed/iframe/s5v4fujv7w?videoFoam=true"
102102
title="Wistia video player"
103103
allowtransparency="true"
104-
frameborder="0"
104+
frameBorder="0"
105105
scrolling="no"
106106
class="wistia_embed"
107107
name="wistia_embed"
108-
allowfullscreen
108+
allowFullScreen
109109
mozallowfullscreen
110110
webkitallowfullscreen
111111
oallowfullscreen
@@ -130,11 +130,11 @@ In the upper right hand corner, click the Play button. Select your connected dev
130130
src="https://fast.wistia.net/embed/iframe/b2ys5v4sno?videoFoam=true"
131131
title="Wistia video player"
132132
allowtransparency="true"
133-
frameborder="0"
133+
frameBorder="0"
134134
scrolling="no"
135135
class="wistia_embed"
136136
name="wistia_embed"
137-
allowfullscreen
137+
allowFullScreen
138138
mozallowfullscreen
139139
webkitallowfullscreen
140140
oallowfullscreen

docs/index.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,11 @@ Ionic is actively developed and maintained full-time by a core team, and its eco
139139

140140
There are millions of Ionic developers in over 200 countries worldwide. Here are some ways to join:
141141

142-
- <a href="https://forum.ionicframework.com/" target="_blank">
143-
Forum:
144-
</a> A great place for asking questions and sharing ideas.
145-
- <a href="https://twitter.com/ionicframework" target="_blank">
146-
Twitter:
147-
</a> Where we post updates and share content from the Ionic community.
148-
- <a href="https://github.com/ionic-team/ionic" target="_blank">
149-
GitHub:
150-
</a> For reporting bugs or requesting new features, create an issue here. PRs welcome!
151-
- <a href="https://ionicframework.com/contributors" target="_blank">
152-
Content authoring:
153-
</a> Write a technical blog or share your story with the Ionic community.
142+
<!-- prettier-ignore -->
143+
- <a href="https://forum.ionicframework.com/" target="_blank">Forum:</a> A great place for asking questions and sharing ideas.
144+
- <a href="https://twitter.com/ionicframework" target="_blank">Twitter:</a> Where we post updates and share content from the Ionic community.
145+
- <a href="https://github.com/ionic-team/ionic" target="_blank">GitHub:</a> For reporting bugs or requesting new features, create an issue here. PRs welcome!
146+
- <a href="https://ionicframework.com/contributors" target="_blank">Content authoring:</a> Write a technical blog or share your story with the Ionic community.
154147

155148
## License
156149

0 commit comments

Comments
 (0)