-
-
Notifications
You must be signed in to change notification settings - Fork 272
Sphinx inventory is missing for UJS #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We wanted to have the site and all pages managed under the same framework and tooling, and using markdown. Can you construct one from the markdown we have in the website repo now? A quick google tells me the answer is maybe yes. If so, I suspect you're going to need to do the legwork on this one 😅. (Or at least, I suspect there will be python involved.) |
See json-schema-org/website#84 for minor context. This obviously isn't/wasn't very hard in this specific repo, given we only really link to the homepage. Some more work may be required in sphinx-json-schema-spec.
Is this feasible with the new website's stack? |
Probably yes although I haven't given it any time looking into it yet -- probably would keep this as low priority since I'm the primary user of it is my guess :D |
Hii @Julian do you think this is still relevant did we come up with a solution for sphinx-json-schema-spec and pythons-json-schema?? I can take this down if we want this page to come back to the new website stack |
Yes I think it's still relevant! |
Hey @benjagm , Please assign this to me. |
Sure @nikhilyadav24 . Go ahead. Feel free to ask as many questions as you may need. |
Are you still working on this @nikhilyadav24 ? |
Hello! 👋 This issue has been automatically marked as stale due to inactivity 😴 It will be closed in 180 days if no further activity occurs. To keep it active, please add a comment with more details. There can be many reasons why a specific issue has no activity. The most probable cause is a lack of time, not a lack of interest. Let us figure out together how to push this issue forward. Connect with us through our slack channel : https://json-schema.org/slack Thank you for your patience ❤️ |
This issue did not get any activity in the past 180 days and thus has been closed. Please check if the main branch has fixed it. Please, create a new issue if the issue is not fixed. |
Uh oh!
There was an error while loading. Please reload this page.
This link: https://json-schema.org/understanding-json-schema/objects.inv
on the old website was a Sphinx inventory for Understanding JSON Schema.
It now appears to be a 404.
I know we don't plan on sticking with Sphinx, or perhaps have already switched away from it as part of the website move and I simply didn't know the 2 were happening together -- though regardless, even if we use some other documentation tool, it would be nice to at least consider continuing to provide this file or an equivalent. Its purpose is pretty "universal" in nature -- it's meant to help automated tooling understand where links should go within the site, so other documentation systems likely still could be coerced into producing one.
(This issue essentially breaks sphinx-json-schema-spec and transitively python-jsonschema's documentation, though if it turns out we've now officially moved over to something else obviously I'll rework those projects.)
The text was updated successfully, but these errors were encountered: