Install the plugin
Check the getting started guide for installation instructions.
diff --git a/docs/0.0.1/19.2.4000/getting-started/index.html b/docs/0.0.1/19.2.4000/getting-started/index.html new file mode 100644 index 0000000..ac7e902 --- /dev/null +++ b/docs/0.0.1/19.2.4000/getting-started/index.html @@ -0,0 +1,151 @@ +
+This content is for the 0.0.1 version. Switch to the +latest version +for up-to-date documentation. +
You will need to have a Starlight website set up. +If you don’t have one yet, you can follow the “Getting Started” guide in the Starlight docs to create one.
+starlight-full-view-mode
is a Starlight plugin. Install it by running the following command in your terminal:
npm install starlight-full-view-mode
pnpm add starlight-full-view-mode
yarn add starlight-full-view-mode
Configure the plugin in your Starlight configuration in the astro.config.mjs
file.
import starlight from '@astrojs/starlight'import { defineConfig } from 'astro/config'import starlightFullViewMode from 'starlight-full-view-mode'
+export default defineConfig({ integrations: [ starlight({ plugins: [ starlightFullViewMode({ // Configuration options go here. }) ], title: 'My Docs', }), ],})
The plugin accepts the following configuration options:
+leftSidebarEnabled
boolean
true
rightSidebarEnabled
boolean
true
Enable the left sidebar and disable the right sidebar:
+starlightFullViewMode({ leftSidebarEnabled: true, rightSidebarEnabled: false})
Enable the right sidebar and disable the left sidebar:
+starlightFullViewMode({ leftSidebarEnabled: false, rightSidebarEnabled: true})
Install the plugin
Check the getting started guide for installation instructions.
Configure the plugin
Edit your config in the astro.config.mjs
file.
+This content is for the 0.0.1 version. Switch to the +latest version +for up-to-date documentation. +
You will need to have a Starlight website set up. +If you don’t have one yet, you can follow the “Getting Started” guide in the Starlight docs to create one.
+starlight-full-view-mode
is a Starlight plugin. Install it by running the following command in your terminal:
npm install starlight-full-view-mode
pnpm add starlight-full-view-mode
yarn add starlight-full-view-mode
Configure the plugin in your Starlight configuration in the astro.config.mjs
file.
import starlight from '@astrojs/starlight'import { defineConfig } from 'astro/config'import starlightFullViewMode from 'starlight-full-view-mode'
+export default defineConfig({ integrations: [ starlight({ plugins: [ starlightFullViewMode({ // Configuration options go here. }) ], title: 'My Docs', }), ],})
The plugin accepts the following configuration options:
+leftSidebarEnabled
boolean
true
rightSidebarEnabled
boolean
true
Enable the left sidebar and disable the right sidebar:
+starlightFullViewMode({ leftSidebarEnabled: true, rightSidebarEnabled: false})
Enable the right sidebar and disable the left sidebar:
+starlightFullViewMode({ leftSidebarEnabled: false, rightSidebarEnabled: true})
Install the plugin
Check the getting started guide for installation instructions.
Configure the plugin
Edit your config in the astro.config.mjs
file.
You will need to have a Starlight website set up. +If you don’t have one yet, you can follow the “Getting Started” guide in the Starlight docs to create one.
+starlight-full-view-mode
is a Starlight plugin. Install it by running the following command in your terminal:
npm install starlight-full-view-mode
pnpm add starlight-full-view-mode
yarn add starlight-full-view-mode
Configure the plugin in your Starlight configuration in the astro.config.mjs
file.
import starlight from '@astrojs/starlight'import { defineConfig } from 'astro/config'import starlightFullViewMode from 'starlight-full-view-mode'
+export default defineConfig({ integrations: [ starlight({ plugins: [ starlightFullViewMode({ // Configuration options go here. }) ], title: 'My Docs', }), ],})
The plugin accepts the following configuration options:
+leftSidebarEnabled
boolean
true
rightSidebarEnabled
boolean
true
Enable the left sidebar and disable the right sidebar:
+starlightFullViewMode({ leftSidebarEnabled: true, rightSidebarEnabled: false})
Enable the right sidebar and disable the left sidebar:
+starlightFullViewMode({ leftSidebarEnabled: false, rightSidebarEnabled: true})
Install the plugin
Check the getting started guide for installation instructions.
Configure the plugin
Edit your config in the astro.config.mjs
file.