home / docs / sections

sections

3 rows where references = "[]" and title = "Settings"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: page

id ▼ page ref title content breadcrumbs references
configuration:configuration-reference-settings configuration configuration-reference-settings Settings Settings can be configured in datasette.yaml with the settings key: [[[cog from metadata_doc import config_example import textwrap config_example(cog, textwrap.dedent( """ # inside datasette.yaml settings: default_allow_sql: off default_page_size: 50 """).strip() ) ]]] [[[end]]] The full list of settings is available in the settings documentation . Settings can also be passed to Datasette using one or more --setting name value command line options.` ["Configuration", null] []
settings:id1 settings id1 Settings   [] []
settings:id2 settings id2 Settings The following options can be set using --setting name value , or by storing them in the settings.json file for use with Configuration directory mode . ["Settings"] []

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