Skip to content
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

"breadcrumbs" column should be a JSON array of links, like "references" #3

Open
simonw opened this issue Oct 22, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Oct 22, 2020

https://latest-docs.datasette.io/docs/sections/authentication%3Aallowdebugview is currently:

id page ref title content breadcrumbs references
authentication:allowdebugview authentication allowdebugview The /-/allow-debug tool The /-/allow-debug tool lets you try out different "action" blocks against different "actor" JSON objects. You can try that out here: https://latest.datasette.io/-/allow-debug ["Authentication and permissions", "Permissions"] [{"href": "https://latest.datasette.io/-/allow-debug", "label": "https://latest.datasette.io/-/allow-debug"}]

Breadcrumbs should be something like this instead:

[
  {
    "href": "authentication.html",
    "label": "Authentication and permissions"
  }, {
    "href": "authentication.html#permissions",
    "label": "Permissions"
  }
]
@simonw simonw added the enhancement New feature or request label Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant