mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(): update beta url refs #17900)
This commit is contained in:
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -1,4 +1,4 @@
|
||||
<!-- Before submitting an issue, please consult our docs (https://beta.ionicframework.com/docs/) and API reference (https://beta.ionicframework.com/docs/api/) -->
|
||||
<!-- Before submitting an issue, please consult our docs (https://ionicframework.com/docs/) and API reference (https://ionicframework.com/docs/api/) -->
|
||||
|
||||
<!-- Please make sure you are posting an issue pertaining to the Ionic Framework. If you are having an issue with the Ionic Appflow services (Ionic View, Ionic Deploy, etc.) please consult the Ionic Appflow support portal (https://ionic.zendesk.com/hc/en-us) -->
|
||||
|
||||
|
@ -775,8 +775,8 @@ Here, we have an `ion-tab` element that accepts an icon, a label, and a link to
|
||||
<ion-tab-bar>
|
||||
|
||||
<!-- No ion-tab, just a link that looks like a tab -->
|
||||
<ion-tab-button href="https://beta.ionicframework.com">
|
||||
<!-- <a href="https://beta.ionicframework.com"> -->
|
||||
<ion-tab-button href="https://ionicframework.com">
|
||||
<!-- <a href="https://ionicframework.com"> -->
|
||||
<ion-icon name="globe"></ion-icon>
|
||||
<ion-label>Schedule</ion-label>
|
||||
</ion-tab-button>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
### Migration Guide
|
||||
|
||||
If you aren't sure where to start in upgrading to v4, we recommend reading through our [migration guide](https://beta.ionicframework.com/docs/building/migration) first.
|
||||
If you aren't sure where to start in upgrading to v4, we recommend reading through our [migration guide](https://ionicframework.com/docs/building/migration) first.
|
||||
|
||||
### Migration Linter
|
||||
|
||||
@ -1740,19 +1740,19 @@ Changes the `font-family` of the whole page based on the mode selected (iOS or M
|
||||
The following set of CSS files are optional and can safely be commented out if the application is not using any of the features.
|
||||
|
||||
- **padding.css**
|
||||
Adds utility attributes that allow adding `padding` and `margin` attributes to any element. See [content space](https://beta.ionicframework.com/docs/layout/css-utilities#content-space) for what this includes.
|
||||
Adds utility attributes that allow adding `padding` and `margin` attributes to any element. See [content space](https://ionicframework.com/docs/layout/css-utilities#content-space) for what this includes.
|
||||
|
||||
- **float-elements.css**
|
||||
Adds utility attributes that allow adding `float` attributes to any element. See [element placement](https://beta.ionicframework.com/docs/layout/css-utilities/#element-placement) for what this includes.
|
||||
Adds utility attributes that allow adding `float` attributes to any element. See [element placement](https://ionicframework.com/docs/layout/css-utilities/#element-placement) for what this includes.
|
||||
|
||||
- **text-alignment.css**
|
||||
Adds utility attributes that allow adding text alignment attributes to any element. See [text alignment](https://beta.ionicframework.com/docs/layout/css-utilities/#text-alignment) for what this includes.
|
||||
Adds utility attributes that allow adding text alignment attributes to any element. See [text alignment](https://ionicframework.com/docs/layout/css-utilities/#text-alignment) for what this includes.
|
||||
|
||||
- **text-transformation.css**
|
||||
Adds utility attributes that allow adding text transformation attributes to any element. See [text transformation](https://beta.ionicframework.com/docs/layout/css-utilities/#text-transformation) for what this includes.
|
||||
Adds utility attributes that allow adding text transformation attributes to any element. See [text transformation](https://ionicframework.com/docs/layout/css-utilities/#text-transformation) for what this includes.
|
||||
|
||||
- **flex-utils.css**
|
||||
Adds utility attributes that allow adding flex container and item attributes to any element. See [flex properties](https://beta.ionicframework.com/docs/layout/css-utilities/#flex-properties) for what this includes.
|
||||
Adds utility attributes that allow adding flex container and item attributes to any element. See [flex properties](https://ionicframework.com/docs/layout/css-utilities/#flex-properties) for what this includes.
|
||||
|
||||
|
||||
#### Including the CSS Files
|
||||
@ -1831,7 +1831,7 @@ p {
|
||||
|
||||
Sass variables should no longer be used to change Ionic components. We have built Ionic to be customizable using CSS variables, instead.
|
||||
|
||||
For more information on theming, check out the [theming documentation](https://beta.ionicframework.com/docs/theming/basics).
|
||||
For more information on theming, check out the [theming documentation](https://ionicframework.com/docs/theming/basics).
|
||||
|
||||
|
||||
## Toast
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Ionic Variables and Theming. */
|
||||
/* This is just a placeholder file For more info, please see: */
|
||||
/* https://beta.ionicframework.com/docs/theming/basics */
|
||||
/* https://ionicframework.com/docs/theming/basics */
|
||||
|
||||
/* To quickly generate your own theme, check out the color generator */
|
||||
/* https://beta.ionicframework.com/docs/theming/color-generator */
|
||||
/* https://ionicframework.com/docs/theming/color-generator */
|
||||
|
@ -6,7 +6,7 @@
|
||||
* primary color as an accent.
|
||||
*
|
||||
* Looking to create a custom theme? Check out the generator!
|
||||
* https://beta.ionicframework.com/docs/theming/color-generator
|
||||
* https://ionicframework.com/docs/theming/color-generator
|
||||
**/
|
||||
|
||||
:root {
|
||||
|
@ -6,7 +6,7 @@
|
||||
* less vibrant shades.
|
||||
*
|
||||
* Looking to create a custom theme? Check out the generator!
|
||||
* https://beta.ionicframework.com/docs/theming/color-generator
|
||||
* https://ionicframework.com/docs/theming/color-generator
|
||||
**/
|
||||
|
||||
:root {
|
||||
|
@ -6,7 +6,7 @@
|
||||
* colors are all changed to more vibrant shades.
|
||||
*
|
||||
* Looking to create a custom theme? Check out the generator!
|
||||
* https://beta.ionicframework.com/docs/theming/color-generator
|
||||
* https://ionicframework.com/docs/theming/color-generator
|
||||
**/
|
||||
|
||||
:root {
|
||||
|
@ -1,6 +1,6 @@
|
||||
# @ionic/docs
|
||||
|
||||
This package publishes the JSON data used to build the [Ionic API documentation](https://beta.ionicframework.com/docs/api).
|
||||
This package publishes the JSON data used to build the [Ionic API documentation](https://ionicframework.com/docs/api).
|
||||
|
||||
## License
|
||||
|
||||
|
@ -23,7 +23,7 @@ Below is a list of components yet to be implemented. More information about
|
||||
You can now make use of all of the ionic components in your React application.
|
||||
If you want to publish your app to the App Store or Google Play you will need to use the ionic cli to execute Capacitor commands to do so.
|
||||
|
||||
More information on this can be found here. https://beta.ionicframework.com/docs/cli
|
||||
More information on this can be found here. https://ionicframework.com/docs/cli
|
||||
If you want to learn more about Capacitor our dedicated site can be found here. https://capacitor.ionicframework.com/
|
||||
|
||||
The commands that you will need to execute are below in your project's root.
|
||||
|
Reference in New Issue
Block a user