Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
4 replies
80 views

Currently, my website builds on pushes to main using GitHub Actions. The GA takes about 3 minutes, during which the website is 404. My experience of other website builders (Jekyll, WP, whatever) is ...
JimKennedyMidokura's user avatar
3 votes
1 answer
175 views

I am using Docusaurus (v3) with i18n enabled (English as default, Russian as a second language). I have a documentation category configured to use a generated-index. I have successfully translated the ...
Den's user avatar
  • 69
1 vote
0 answers
93 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
108 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
59 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
  • 313
0 votes
0 answers
66 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
67 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
0 votes
2 answers
185 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
  • 22k
0 votes
1 answer
118 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
239 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
81 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
131 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
111 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
116 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
59 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
  • 17k

15 30 50 per page
1
2 3 4 5
35