-
Couldn't load subscription status.
- Fork 3.2k
docs(intro): update packages & CDN to redirect to other sections #4286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
4e7dbc5
b35e544
c030630
1817300
456605a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,6 +39,7 @@ flexbox | |
| frontmatter | ||
| fullscreen | ||
| geolocation | ||
| iconset | ||
| interactives | ||
| isopen | ||
| jank | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,11 @@ docs-cards { | |
| display: grid; | ||
| font-size: 12px; | ||
| grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); | ||
| grid-gap: 1.35rem; | ||
| gap: 1.35rem; | ||
| } | ||
|
|
||
| docs-cards:has(docs-card:only-child) { | ||
| grid-template-columns: 1fr 1fr; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is needed so that the JavaScript card does not stretch the entire width of the row. |
||
| } | ||
|
|
||
| docs-cards > docs-card { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -94,7 +94,15 @@ | |
| "destination": "/docs/vue/your-first-app/deploying-mobile" | ||
| }, | ||
| { "source": "/docs/vue/your-first-app/7-live-reload", "destination": "/docs/vue/your-first-app/live-reload" }, | ||
| { "source": "/docs/react/testing", "destination": "/docs/react/testing/introduction" } | ||
| { "source": "/docs/react/testing", "destination": "/docs/react/testing/introduction" }, | ||
| { | ||
| "source": "/docs/react/adding-ionic-react-to-an-existing-react-project", | ||
| "destination": "/docs/react/add-to-existing" | ||
| }, | ||
| { | ||
| "source": "/docs/:version(v7)/react/adding-ionic-react-to-an-existing-react-project", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I did not include |
||
| "destination": "/docs/:version/react/add-to-existing" | ||
| } | ||
| ], | ||
| "rewrites": [ | ||
| { "source": "/docs", "destination": "/" }, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I searched the repository and
iconsetwas not used anywhere so I stole this property to make my card that shows icon + icon: