523 questions
1
vote
0
answers
43
views
Docsearch Typesense scraper only finds records on Docusaurus landing page
Problem
I’m using Docusaurus with Typesense and the docsearch-typesense-scraper to index my documentation site.
Everything runs fine — the sitemap is found, and the scraper produces records.
However, ...
0
votes
0
answers
59
views
How to show a single version dropdown per product in Docusaurus multi-product documentation?
I’m building documentation for multiple products on a single Docusaurus 3 website. Each product has its own versions, and I want users to be able to select a product first, then optionally select a ...
0
votes
0
answers
33
views
Docusaurus url breaks build when using process.env
I have two subdomains for my Docusaurus site:
https://test.mydomain.com
https://docs.mydomain.com
In my docusaurus.config.js, I tried setting the url using an environment variable:
const config = {
// ...
0
votes
0
answers
48
views
Add index.html suffix to docusaurus openapi generated files
When building a docusaurus site its index.html hrefs are https://localhost:3000/integrations/docs and I would like it to be https://localhost:3000/integrations/docs/index.html, because I'm using its ...
0
votes
0
answers
52
views
Automatically generate sidebar docusaurus
Question
Description
I created two sidebars: one for the docs directory and another for the docs/cs directory. Inside the cs directory, there's a README.md file and a leetcode/README.md file. The ...
-1
votes
1
answer
107
views
How can I force docusaurus to do a hard navigation for a link in the navbar
I'm embedding my docusaurus site within a bigger Next.js project. When a user clicks on the title link in the navbar, docusaurus does a soft, client-side navigation to its home page. This is NOT what ...
0
votes
1
answer
91
views
Making docusaurus RTL
I'm having trouble making docusaurus RTL. I used a solution that changed the CSS by the following:
html {
direction: rtl;
font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}
/* Optionally, ...
0
votes
0
answers
187
views
How can I automatically add numbered headings to heading elements in Docusaurus?
I'm using Docusaurus v3 to build documentation for my QMS, and I want to automatically add hierarchical numbering to headings, like this:
# 1. Introduction
## 1.1 Overview
### 1.1.1 Details
I want to ...
0
votes
0
answers
69
views
Github Pages @easyops-cn/docusaurus-search-local duplicates url
I have a docusaurus site hosted on a custom domain on github pages. When I run the site locally the search works properly through the docs. When I am on the custom domain the search returns a ...
0
votes
0
answers
95
views
Docusaurus: Base URL not working with pm2 serve
I am using the Docusaurus app (version: 3.4.0) to render the documents in my other React app.
In my React app, I am rendering Docusaurus via iframe, both my React app and Docusaurus app are deployed ...
0
votes
0
answers
88
views
Docusaurus Java Syntax Highlighting Not Working
I have a Docusaurus project where I am trying to add support for Java syntax highlighting however, despite following the Docusaurus documentation, I was unable to get it to work.
So far I have tried ...
0
votes
1
answer
93
views
How can I apply Docusaurus theme to HTML tags in custom component
I have created a simple custom component to display an HTML details element with a predefined summary:
export default function Solution({children}) {
return (
<details>
&...
1
vote
1
answer
49
views
Prevent Pandoc from generating autolinks in Markdown [closed]
I'm converting docx to Markdown using Pandoc.
Some links are converted to Markdown autolinks. I would like switch off the autolinks generation in Pandoc, but did not find a way to do that.
Background: ...
1
vote
1
answer
88
views
docusaurus Gihub Page creation with npm
I'm facing a problem with deploying my Docusaurus project. It works fine locally, but on my GitHub Pages it's not running.
I'm not finding the documentation on NPM very helpful. It seems like everyone ...
0
votes
0
answers
229
views
Your Docusaurus site did not load properly
I'm trying to set up a Docusaurus site on a subdomain using cPanel with CloudLinux.
I have successfully installed Docusaurus inside a documentation folder within the subdomain.
I have also configured ...