Devon

Results 11 comments of Devon

> Not a bug. We build to HTML pages. You cannot have an `index.html` file in `static` because we output a root index file. This is expected (and frankly required)...

> We could probably do something but I'm not sure what makes sense. Do you expect Docusaurus dev server to start on `http://localhost:3000/docs/myDoc` for example? > > I'm surprised this...

I also started working on our own version of the plugin: https://github.com/signalwire/docs/pull/290 I tried to mimic the behavior 1:1 with stripe where it also generates a .md version of every...

> I think an official LLMs.txt plugin would be great. Here's how I believe it should work: > > ## Proposed Build Process > ### 1. llms.txt Generation > *...

Additionally, for the plugin i created above, i have created a theme to add a `Copy Page` button with a drop down to ask about the contents directly to a...

In case your interested, i actually started the work for this. You can find my related comment about it here: https://github.com/facebook/docusaurus/issues/10899#issuecomment-3368137697 I currently have an alpha version out for the...

You can include examples in your spec to display the different schema options that are exposed via `anyOf` or `oneOf`. When you click on one of these examples, the request...

To resolve the npm issue you can add `--legacy-peer-deps` at the end of your `npm install`. `npm install --legacy-peer-deps` Additionally, even with this flag added, the auth issue persists with...

Auth issue seems to start in this release: https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/releases/tag/v4.3.1 Running Docusaurus `3.6.3` and plugin version `4.3.0` fixes the issue.

> For the `docker` issue, I had to update it to `v 3.8.1`. However, I noticed an issue: not all of my endpoints are showing. It only shows the folder,...