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 is a performant static site generator by Facebook and can be used to create common content-driven websites (e.g. Documentation, Blogs, Product Landing and Marketing Pages, etc) extremely quickly. Its features:

  • Write using Markdown - Save time and focus on your project's documentation. Simply write docs and blog posts with Markdown and Docusaurus will publish a set of static html files ready to serve.
  • Built using React - Extend or customize your project's layout by reusing React. Docusaurus can be extended while reusing the same header and footer.
  • Translations - Localization comes pre-configured. Use Crowdin to translate your docs into over 70 languages.
  • Versioning - Support users on all versions of your project. Document versioning helps you keep documentation in sync with project releases.
  • Search - Make it easy for your community to find what they need in your documentation. We proudly support Algolia documentation search.

Useful Links

477 questions
0
votes
1 answer

Make a sidebar that allows to navigate in one page

I would like to know if Docusaurus has the following feature. For example in https://themes.3rdwavemedia.com/demo/prettydocs/start.html, the content of the document is in one page. When we scroll down, we see the change in the sidebar. Whereas in…
SoftTimur
  • 5,630
  • 38
  • 140
  • 292
0
votes
1 answer

Docusaurus page not rendering

Docusaurus rendering the Front Page but not rendering other pages only the URL is changing. I have just built the default Docusaurus website using yarn run build and uploaded to the Nginx Web server on CentOs 7 but except the Front Page, other pages…
Himadri Ganguly
  • 715
  • 4
  • 11
  • 31
0
votes
2 answers

Build static site once and deploy on multiple hosts

I want to build my documentation for being hosted in multiple offline environments, hosted on docker containers. This requires following key features in static site generator, Use all resources (js / css), hosted locally with static html…
Hassan Farid
  • 133
  • 2
  • 7
0
votes
1 answer

Differentiate between pages/content in docusaurus

While docusaurus offers full control over the content/structure of the document (pages/docs), this control is embedded inside an uncontrolled (DOM) parent. If for example I want to have different padding to the entire page but only for the index…
Nitzan Tomer
  • 155,636
  • 47
  • 315
  • 299
-1
votes
1 answer

How to use Google search on a docusaruas blog

I'm wondering how i might go about adding this search box snippet to a docusarus blog. I've googled lot but can't find any examples…
andrewm4894
  • 1,451
  • 4
  • 17
  • 37
-1
votes
1 answer

How can I use og:title and og:description for Twitter cards in Docusaurus 2?

I'm wondering how I can reuse the title and description metadata for Twitter cards title and description, respectively. Docusaurus uses these values to populate og:title and og:description already so perhaps there is a way to pass these values as…
Wicu
  • 1
  • 1
-1
votes
1 answer

using docusaurus baseUrl, can't start the project locally correctly

I use docusaurus 2.0.0-alpha.73 When I add baseUrl, page can't be loaded correctly in my local. This is my code: git@github.com:WeBeautifulNow/document.git This is the correct behavior: And this is error behavior in my local.
-1
votes
2 answers

How to link downloadable files in docusaurus?

I want to link downloadable content on my documentation and I tried putting in a link like this: download This generates…
S4co
  • 31
  • 6
-1
votes
2 answers

Apply height 100% to all parent elements

I'm trying to get a div in the homepage to fill 100% of the height it can occupy. I've tried different solutions like applying height: 100% to the body or all the divs etc. but none of it worked. A solution would be appreciated. Thanks in…
-1
votes
1 answer

Docusaurus: Add file headers to many files quickly

Docusaurus requires Markdown documents to have headers with some meta information, e.g. --- id: doc1 title: My Document sidebar_label: Document --- I have 100 existing .md files that I want to use with Docusaurus. Question: What's the best/fastest…
friederbluemle
  • 33,549
  • 14
  • 108
  • 109
-2
votes
1 answer

How to deploy a Docusaurus website to Google App Engine?

I built a production-ready Docusaurus website using docusaurus build (or npm run build). How can I deploy it to Google App Engine as a static website?
Tzach
  • 12,889
  • 11
  • 68
  • 115
1 2 3
31
32