Skip to main content
1 vote
0 answers
43 views

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, ...
Erwin's user avatar
  • 11
0 votes
0 answers
59 views

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 ...
20ECE008 Pavithra G's user avatar
0 votes
0 answers
33 views

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 = { // ...
Nicos's user avatar
  • 303
0 votes
0 answers
48 views

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 ...
this is not my name's user avatar
0 votes
0 answers
52 views

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 ...
皮皮萌宝's user avatar
-1 votes
1 answer
107 views

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 ...
Ben's user avatar
  • 21.9k
0 votes
1 answer
91 views

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, ...
Sam's user avatar
  • 75
0 votes
0 answers
187 views

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 ...
t4dhg's user avatar
  • 11
0 votes
0 answers
69 views

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 ...
Madison Beatty's user avatar
0 votes
0 answers
95 views

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 ...
Ankur Nariya's user avatar
0 votes
0 answers
88 views

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 ...
Filip Dumitru's user avatar
0 votes
1 answer
93 views

I have created a simple custom component to display an HTML details element with a predefined summary: export default function Solution({children}) { return ( <details> &...
Mar H.'s user avatar
  • 318
1 vote
1 answer
49 views

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: ...
BetaRide's user avatar
  • 16.9k
1 vote
1 answer
88 views

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 ...
Arjun Tripathi's user avatar
0 votes
0 answers
229 views

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 ...
Pol Rué's user avatar
  • 354

15 30 50 per page
1
2 3 4 5
35