Skip to content

Commit 03525ee

Browse files
authored
chore(docusaurus): upgrade to v3.7.0 (#4076)
1 parent b14d764 commit 03525ee

File tree

14 files changed

+12030
-10212
lines changed

14 files changed

+12030
-10212
lines changed

docs/developer-resources/books.md

-75
This file was deleted.

docusaurus.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const ArchivedVersionsDropdownItems = Object.entries(ARCHIVED_VERSIONS_JSON).spl
3333
const BASE_URL = '/docs';
3434

3535
module.exports = {
36-
title: 'Ionic Documentation',
36+
title: 'Ionic Framework',
3737
tagline:
3838
'Ionic is the app platform for web developers. Build amazing mobile and web apps with one shared code base and open web standards',
3939
url: 'https://ionicframework.com',
@@ -81,6 +81,7 @@ module.exports = {
8181
},
8282
exclude: ['README.md'],
8383
lastVersion: 'current',
84+
/** @type {import('@docusaurus/plugin-content-docs').VersionOptions} */
8485
versions: {
8586
current: {
8687
label: 'v8',
@@ -333,6 +334,7 @@ module.exports = {
333334
},
334335
},
335336
plugins: [
337+
// Allows usage of Sass/SCSS in the CSS preprocessor.
336338
'docusaurus-plugin-sass',
337339
[
338340
'docusaurus-plugin-module-alias',

0 commit comments

Comments
 (0)