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
4 changes: 2 additions & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /

# Listenarr documentation

Listenarr is a self-hosted audiobook automation server built to streamline the path from discovery to a clean, organized library. This site covers installation, first-run setup, the main configuration screens, and the bundled API UI.
Listenarr is a self-hosted audiobook automation server built to streamline the path from discovery to a clean, organized library. This site covers installation, first-run setup, the main configuration screens, and the Listenarr API.

## What you can do with Listenarr

Expand All @@ -29,4 +29,4 @@ Listenarr is a self-hosted audiobook automation server built to streamline the p

## API

Open the bundled [API documentation](/api/) to inspect and test the current OpenAPI document that ships with this docs site.
Open the [API guide](/api/) to review the bundled OpenAPI snapshot and see how to use Swagger on your own Listenarr instance.
33 changes: 0 additions & 33 deletions docs/product-tour/features.md

This file was deleted.

22 changes: 0 additions & 22 deletions docs/reference/api.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/reference/development.md

This file was deleted.

17 changes: 17 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@ const config = {
],
],

themes: [
[
require.resolve('@easyops-cn/docusaurus-search-local'),
{
indexBlog: false,
indexPages: true,
docsRouteBasePath: '/docs',
highlightSearchTermsOnTargetPage: true,
explicitSearchResultPath: true,
},
],
],

themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
Expand All @@ -67,6 +80,10 @@ const config = {
label: 'API',
position: 'left',
},
{
type: 'search',
position: 'right',
},
{
href: 'https://github.com/Listenarrs/Listenarr',
className: 'header-github-link',
Expand Down
Loading
Loading