Skip to main content

Questions tagged [docusaurus]

Docusaurus is a modern static site generator focused on documentation. It helps you to focus on your content and build optimized websites quickly.

docusaurus
Filter by
Sorted by
Tagged with
-4 votes
0 answers
84 views

In Docusaurus, I'm using the 'blog' functionality to display my 'release notes' so I would like to replace the word 'Blog' that appears in the page title with the phrase 'Release Notes.' Is this ...
JimKennedyMidokura's user avatar
1 vote
0 answers
73 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
84 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
42 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: ...
Nicos's user avatar
  • 303
0 votes
0 answers
59 views

When building a docusaurus site its index.html hrefs are https://localhost:3000/integrations/docs and I would like it to be <...
this is not my name's user avatar
0 votes
0 answers
64 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 ...
皮皮萌宝's user avatar
-1 votes
1 answer
142 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
105 views

I'm having trouble making docusaurus RTL. I used a solution that changed the CSS by the following: ...
Sam's user avatar
  • 75
0 votes
0 answers
215 views

I'm using Docusaurus v3 to build documentation for my QMS, and I want to automatically add hierarchical numbering to headings, like this: ...
t4dhg's user avatar
  • 11
0 votes
0 answers
80 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
117 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
96 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
109 views

I have created a simple custom component to display an HTML details element with a predefined summary: ...
Mar H.'s user avatar
  • 318
1 vote
1 answer
54 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
97 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
74 views

I am trying to set up type sense as a search engine for my docusaurus website in Windows 10. using typesense docker image and running in my local machine where docsearch scrapper is installed. anytime ...
user11781950's user avatar
0 votes
1 answer
46 views

In my file KNN example.mdx i have following mdx format text i have not used any react code here. ...
Sunil Sapkota's user avatar
2 votes
0 answers
115 views

We have Docusaurus project deployed on the gh-pages branch in GitHub. The docs work fine. We migrated them from Jekyll, and some of the pages have new locations. We ...
Dave Hagen's user avatar
2 votes
1 answer
107 views

In details section, for example - <details> <summary>Some title</summary> Some text with [link](url) </details> the text ...
Юрий Герасимов's user avatar
0 votes
0 answers
72 views

I'm trying to implement a link in my Docusaurus project that redirects users to a registration page. However, I'm facing challenges because the registration page is hosted on a different port and ...
AR Dhrubo's user avatar
0 votes
1 answer
425 views

I'm using Docusaurus to build a static site, and I want to access the generated pages directly from the file system without running a local server. Currently, the URLs are structured like /docs/...
Neptune's user avatar
-1 votes
1 answer
200 views

I am using docusaurus library to build the documentation for my application. For details please refer https://docusaurus.io/ Eveyrthing works well,but when i build the site using the command ...
Bharat's user avatar
  • 1,195
1 vote
0 answers
125 views

I'm porting a doc site to Docusaurus. There are 5 products that each have specific documentation, and I'd like there to be a path for each product (...
Bar Code's user avatar
0 votes
2 answers
167 views

In recent versions of nextjs, one can use the use client directive to tell nextjs to render the component "in the client", instead of on the server. ...
Seth Lutske's user avatar
1 vote
0 answers
256 views

I'm trying to modify specific emphases nodes and turn them to badges. (I want to replace the node's tag with a custom Material Web element tag)! I tried to set the type of the node to ...
0xENDER's user avatar
  • 109
1 vote
1 answer
513 views

I noticed that when I add MDX documents to the Docusaurus blog, if I include a <p> tag with child elements and line breaks, the text content inside gets ...
Ann Lin's user avatar
  • 51
0 votes
1 answer
161 views

On the site homepage, there is the "title" text which is the big text on the banner. By default, it is white on light ...
Aaron Reynolds's user avatar
0 votes
1 answer
147 views

I'm encountering an error when attempting to build my Docusaurus project using yarn build. The build process fails with an EEXIST file already exists error for the index.html file. This issue doesn't ...
TonySchneider's user avatar
0 votes
1 answer
168 views

I have a single instance of docusaurus and I want to create two sites (site A and site B). There are "documents" that are shared between sites. I have create two different "docusaurus....
krobinson's user avatar
-2 votes
1 answer
284 views

I was trying to upgrade my existing docusaurus project from v3.4.0 to v3.5.2 when I encountered few issues. When I migrated the packages to v3.5.2 getting errors related to '@theme/Unlisted' ...
DIKSHANT BANSAL's user avatar
1 vote
0 answers
114 views

Is it possible to fetch pages from database in docusaurus? I want to implement built-in editor in Docusaurus that works without committing on github and for that, we would need database. I don't want ...
Noorain Tahir's user avatar
0 votes
2 answers
350 views

I can't seem to give /docs/ as the baseUrl. baseUrl: '/docs/', Any name other than docs works. So its docs restricted somewhere ...
anjanesh's user avatar
  • 4,303
2 votes
2 answers
2k views

The docusaurus build fails because of error with docusaurus-search-local plugin: ...
Gajendra's user avatar
1 vote
1 answer
651 views

[some edits to clarify] I'm using import DocCardList from '@theme/DocCardList'; <DocCardList /> This is to get the "boxes" that go to other pages ...
Cynthia's user avatar
  • 33
0 votes
1 answer
895 views

I have been trying the Docusaurus OpenAPI plugin for my API documentation. But it is very hard for me to customize it the way I want. For example, how do I change what appears in the sidebar items? ...
joaorodr84's user avatar
  • 1,362
2 votes
1 answer
182 views

My understanding is that the docusuarus.config.js file essentially translates the defined info into HTML that builds your website. The file the translated info goes ...
JRHaus's user avatar
  • 71
1 vote
1 answer
268 views

I try to set the front matter like this draft: true slug: otOARU_mJTlg title: XXX image: assets/images/otOARU_mJTlg-cover.webp But the picture can't be found. I ...
铁打的屁股蛋儿's user avatar
0 votes
1 answer
194 views

When our CI/CD scripts build Docusaurus, we occassionally run into cases where someone forgot to git add an image: ...
Keith Palmer Jr.'s user avatar
1 vote
3 answers
811 views

I want to place all of my Docusaurus site files into a subfolder called website inside my project repo and have my site deploy properly. I have noticed Docusaurus ...
JRHaus's user avatar
  • 71
1 vote
1 answer
87 views

I'm trying to simplify the sidebar.js file on my Docusaurus project by using config shorthand. I've however reached a blocker as it seems that Docusaurus does not ...
Chidex's user avatar
  • 179
0 votes
1 answer
923 views

I want to remove the default footer from docusaurus.config: ...
Antonio Cristian Crantea's user avatar
3 votes
1 answer
590 views

I'm managing a website built with Docusaurus, and I've encountered an SEO issue where the automatically generated canonical URL points to a redirect. I need advice on how to resolve this problem ...
Oleksandr G's user avatar
  • 2,213
0 votes
1 answer
133 views

I renamed the /docs sub folders and files but doesn't reflect on the browser for some weird reason. Note that the link changed but not the visible texts I was expecting since I've components that it ...
Kelvinsekx's user avatar
1 vote
1 answer
951 views

I'm using Dousaurus V3. I want to increase the width of the center column where the markdown content i rendered. The screenshow is from the Docusaurus docs site, which has a width of 990px. My own ...
JoakimE's user avatar
  • 1,874
1 vote
0 answers
81 views

I'm try to remove the OPTIONAL value from the schema in Docusaurus using an OpenApi file This is the package.json that I use it. ...
svn's user avatar
  • 47
1 vote
1 answer
113 views

I've been tasked with migrating my team's docs from Jekyll to Docusaurus. In Jekyll, I wrote a bunch of plugins that rely heavily on its register API (site.data, <...
Рауль Каримов's user avatar
4 votes
2 answers
511 views

It was working on version 2, but from version 3, the admonitions are rendered in simple text, without the special design. This is the package.json file: ...
Daria's user avatar
  • 41
3 votes
0 answers
357 views

I have a quite big solution that I would like to generate documentation for. I decided to use Docusaurus, because it is open-source and seems very easy to use. How ever I came to a problem where I don'...
gtu's user avatar
  • 1,035
0 votes
1 answer
286 views

I don't want the date to display under each blog post, because we are using the blog component differently, therefore it is not relevant to show the date. If I leave the date field empty (...
Daria's user avatar
  • 41
2 votes
0 answers
724 views

We are considering a transition from mkdocs to docusaurus and are running into a small but annoying hurdle. In our mkdocs site we have adopted the convention of creating reference links at the bottom ...
Michael Fitzsimons's user avatar

1
2 3 4 5
11