Skip to content
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