-
Notifications
You must be signed in to change notification settings - Fork 407
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
Docs links updates #6993
Docs links updates #6993
Conversation
@@ -378,7 +378,7 @@ This exposes the webserver in port 5000. Now, in your browser, go to | |||
find that the HTTP basic auth requires us to provide the username and password. | |||
|
|||
.. image:: | |||
https://www.edgedb.com/docs/tutorials/strawberry/http_basic.png | |||
/docs/tutorials/strawberry/http_basic.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I pull this down and run it locally, these images are not loading for me. They work on the live copy (at docs.edgedb.com), but I'm guessing that's just until the site changes are deployed, which might remove those images at their current locations. Not sure what these paths should be to make them work though. I thought maybe just /docs
needed to go away, but that didn't seem to work either… 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes depend on this PR: https://github.com/edgedb/edgedb.com/pull/823. Currently those images are still being loaded from the main site, which will break when the docs-less main site goes live.
466b2a6
to
be44b30
Compare
* Update some docs links to use refs + add/remove host for some links to work with new docs site * Fix CI * Convert more client lib links to refs * Add query parameter types heading ref * Ignore missing ref errors for client docs
* Update installation method links * Link to library docs instead of repos * Update showcase links * Add missing client libraries * Remove redundant docs link The user is already in the docs * Refer to these by our name for them Seems weirdly inconsistent to try to use a more generic name for access policies here. We should call them by the name we call them. This will otherwise be confusing, especially when a user clicks "Object-level security" and lands on a page called "Access policies." * Set correct link targets These both pointed to the top of the "Select" page instead of to the appropriate sections. * Update to documentation links instead of linking to the clients' GitHub repos * Convert headings to proper HTML headings * Add missing cheatsheets * Mention Cloud in section about `EDGEDB_INSTANCE` * Web -> web * Fix link target for redeploying EdgeDB instance * Add missing slash to showcase links * Expand link label Link goes to client connection configuration settings documentation rather than client connection documentation. Better for accessibility to expand the label to include "settings." * Update deployment guide links * Fix book link * Update to reflect Elixir client is now blessed * Add missing underscore * Docs links updates (#6993) * Update some docs links to use refs + add/remove host for some links to work with new docs site * Fix CI * Convert more client lib links to refs * Add query parameter types heading ref * Ignore missing ref errors for client docs * Update docs/guides/datamigrations/postgres.rst Co-authored-by: Aleksandra <[email protected]> * Format library lists as proper lists --------- Co-authored-by: James Clarke <[email protected]> Co-authored-by: Aleksandra <[email protected]>
Related PR: https://github.com/edgedb/edgedb.com/pull/823