home / docs / sections

sections

9 rows where breadcrumbs contains "Built-in actions" and references = "[]"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: breadcrumbs (array)

id ▼ page ref title content breadcrumbs references
authentication:actions-alter-table authentication actions-alter-table alter-table Actor is allowed to alter a database table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-create-table authentication actions-create-table create-table Actor is allowed to create a database table. resource - datasette.resources.DatabaseResource(database) database is the name of the database (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-debug-menu authentication actions-debug-menu debug-menu Controls if the various debug pages are displayed in the navigation menu. ["Authentication and permissions", "Built-in actions"] []
authentication:actions-delete-row authentication actions-delete-row delete-row Actor is allowed to delete rows from a table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-drop-table authentication actions-drop-table drop-table Actor is allowed to drop a database table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-insert-row authentication actions-insert-row insert-row Actor is allowed to insert rows into a table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-permissions-debug authentication actions-permissions-debug permissions-debug Actor is allowed to view the /-/permissions debug tools. ["Authentication and permissions", "Built-in actions"] []
authentication:actions-set-column-type authentication actions-set-column-type set-column-type Actor is allowed to set assigned column types for columns in a table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []
authentication:actions-update-row authentication actions-update-row update-row Actor is allowed to update rows in a table. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] []

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [sections] (
   [id] TEXT PRIMARY KEY,
   [page] TEXT,
   [ref] TEXT,
   [title] TEXT,
   [content] TEXT,
   [breadcrumbs] TEXT,
   [references] TEXT
);
Powered by Datasette · Queries took 1.2ms