Skip to content

chore(docusaurus): upgrade to v3.7.0 #4076

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 5 commits into from
Apr 16, 2025
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
75 changes: 0 additions & 75 deletions docs/developer-resources/books.md

This file was deleted.

4 changes: 3 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ArchivedVersionsDropdownItems = Object.entries(ARCHIVED_VERSIONS_JSON).spl
const BASE_URL = '/docs';

module.exports = {
title: 'Ionic Documentation',
title: 'Ionic Framework',
tagline:
'Ionic is the app platform for web developers. Build amazing mobile and web apps with one shared code base and open web standards',
url: 'https://ionicframework.com',
Expand Down Expand Up @@ -81,6 +81,7 @@ module.exports = {
},
exclude: ['README.md'],
lastVersion: 'current',
/** @type {import('@docusaurus/plugin-content-docs').VersionOptions} */
versions: {
current: {
label: 'v8',
Expand Down Expand Up @@ -333,6 +334,7 @@ module.exports = {
},
},
plugins: [
// Allows usage of Sass/SCSS in the CSS preprocessor.
'docusaurus-plugin-sass',
[
'docusaurus-plugin-module-alias',
Expand Down
Loading