Skip to content

refactor(md): remove unused Docusaurus properties #3441

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

Merged
merged 2 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core-concepts/cross-platform.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
disableHtmlPreviews: true
title: Cross Platform
---

# Cross Platform
Expand Down
2 changes: 0 additions & 2 deletions docs/layout/css-utilities.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: CSS Utilities
initialTab: 'preview'
inlineHtmlPreviews: true
---

<head>
Expand Down
2 changes: 0 additions & 2 deletions docs/layout/global-stylesheets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: Global Stylesheets
initialTab: 'preview'
inlineHtmlPreviews: true
---

<head>
Expand Down
1 change: 0 additions & 1 deletion docs/layout/structure.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Structure
initialTab: 'preview'
---

import DocsCard from '@components/global/DocsCard';
Expand Down
1 change: 0 additions & 1 deletion docs/techniques/security.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Security
disableHtmlPreviews: true
---

<head>
Expand Down
2 changes: 0 additions & 2 deletions docs/theming/advanced.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Advanced Theming
sidebar_label: Advanced
initialTab: 'preview'
inlineHtmlPreviews: true
---

import CodeColor from '@components/page/theming/CodeColor';
Expand Down
2 changes: 0 additions & 2 deletions docs/theming/colors.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: Colors
initialTab: 'preview'
inlineHtmlPreviews: true
---

import LayeredColorsSelect from '@components/page/theming/LayeredColorsSelect';
Expand Down
2 changes: 0 additions & 2 deletions docs/theming/dark-mode.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: Dark Mode
initialTab: 'preview'
inlineHtmlPreviews: true
---

<head>
Expand Down
1 change: 0 additions & 1 deletion docs/troubleshooting/build.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
disableHtmlPreviews: true
title: Build Errors
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
disableHtmlPreviews: true
title: Cross Platform
---

# Cross Platform
Expand Down
3 changes: 1 addition & 2 deletions versioned_docs/version-v5/layout/css-utilities.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
initialTab: 'preview'
inlineHtmlPreviews: true
title: CSS Utilities
---

# CSS Utilities
Expand Down
3 changes: 1 addition & 2 deletions versioned_docs/version-v5/layout/global-stylesheets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
initialTab: 'preview'
inlineHtmlPreviews: true
title: Global Stylesheets
---

# Global Stylesheets
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-v5/layout/grid.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
initialTab: 'preview'
inlineHtmlPreviews: true
title: Responsive Grid System and Column Layout Based on Screen Size
description: Ionic's responsive grid is a powerful mobile-first flexbox system for building custom layouts based on a 12 column layout with breakpoints based on screen size.
sidebar_label: Responsive Grid
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v5/layout/structure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
initialTab: 'preview'
title: Structure
---

import DocsCard from '@components/global/DocsCard';
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v5/techniques/security.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
disableHtmlPreviews: true
title: Security
---

import Tabs from '@theme/Tabs';
Expand Down
3 changes: 1 addition & 2 deletions versioned_docs/version-v5/theming/advanced.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Advanced Theming
sidebar_label: Advanced
initialTab: 'preview'
inlineHtmlPreviews: true
---

import CodeColor from '@components/page/theming/CodeColor';
Expand Down
3 changes: 1 addition & 2 deletions versioned_docs/version-v5/theming/colors.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
initialTab: 'preview'
inlineHtmlPreviews: true
title: Colors
---

import LayeredColorsSelect from '@components/page/theming/LayeredColorsSelect';
Expand Down
3 changes: 1 addition & 2 deletions versioned_docs/version-v5/theming/dark-mode.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
initialTab: 'preview'
inlineHtmlPreviews: true
title: Dark Mode
---

import Codepen from '@components/global/Codepen';
Expand Down
1 change: 0 additions & 1 deletion versioned_docs/version-v5/theming/platform-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 'Ionic Platform Styles | Platform-Specific Styles for Ionic Apps'
description: "Ionic provides platform-specific styles based on the app's device. Styling the components to match the device guidelines allows the app to feel native to users."
sidebar_label: Platform Styles
disableHtmlPreviews: true
---

# Platform Styles
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-v5/theming/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: 'Ionic App Themes | Change Default App Background Themes & Colors'
description: 'Several global variables change the default theme of an entire application. Create a custom background and text color theme for your app with Ionic themes.'
sidebar_label: Themes
initialTab: 'preview'
inlineHtmlPreviews: true
---

import CodeColor from '@components/page/theming/CodeColor';
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v5/troubleshooting/build.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
disableHtmlPreviews: true
title: Build Errors
---

# Build Errors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
disableHtmlPreviews: true
title: Cross Platform
---

# Cross Platform
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-v6/layout/css-utilities.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: CSS Utilities
initialTab: 'preview'
inlineHtmlPreviews: true
---

<head>
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-v6/layout/global-stylesheets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: Global Stylesheets
initialTab: 'preview'
inlineHtmlPreviews: true
---

<head>
Expand Down
1 change: 0 additions & 1 deletion versioned_docs/version-v6/layout/structure.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Structure
initialTab: 'preview'
---

import DocsCard from '@components/global/DocsCard';
Expand Down
1 change: 0 additions & 1 deletion versioned_docs/version-v6/techniques/security.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Security
disableHtmlPreviews: true
---

<head>
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-v6/theming/advanced.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Advanced Theming
sidebar_label: Advanced
initialTab: 'preview'
inlineHtmlPreviews: true
---

import CodeColor from '@components/page/theming/CodeColor';
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-v6/theming/colors.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: Colors
initialTab: 'preview'
inlineHtmlPreviews: true
---

import LayeredColorsSelect from '@components/page/theming/LayeredColorsSelect';
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-v6/theming/dark-mode.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: Dark Mode
initialTab: 'preview'
inlineHtmlPreviews: true
---

import Codepen from '@components/global/Codepen';
Expand Down
1 change: 0 additions & 1 deletion versioned_docs/version-v6/troubleshooting/build.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
disableHtmlPreviews: true
title: Build Errors
---

Expand Down