You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Research again and make sure no existing solution exists
Write Gatsby module to take in Sphinx output
I think the module will accept Sphinx output in probably JSON?? I don’t think Sphinx does Markdown. Basically, Sphinx will be configured to write to a local directory, and the Gatsby module will ingest from that directory and the documentation content fed into components.
I don’t want to accept any input over HTTP because it introduces security implications and seems unnecessary for our purposes.
The text was updated successfully, but these errors were encountered:
I think the module will accept Sphinx output in probably JSON?? I don’t think Sphinx does Markdown. Basically, Sphinx will be configured to write to a local directory, and the Gatsby module will ingest from that directory and the documentation content fed into components.
I don’t want to accept any input over HTTP because it introduces security implications and seems unnecessary for our purposes.
The text was updated successfully, but these errors were encountered: