mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed reference to default publish implementation
This commit is contained in:
parent
7bc85b26d6
commit
403e370e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ publish_subcommand(publish)
|
||||||
The Click command group for the ``datasette publish`` subcommand
|
The Click command group for the ``datasette publish`` subcommand
|
||||||
|
|
||||||
This hook allows you to create new providers for the ``datasette publish``
|
This hook allows you to create new providers for the ``datasette publish``
|
||||||
command. Datasette uses this hook internally to implement the default ``now``
|
command. Datasette uses this hook internally to implement the default ``cloudrun``
|
||||||
and ``heroku`` subcommands, so you can read
|
and ``heroku`` subcommands, so you can read
|
||||||
`their source <https://github.com/simonw/datasette/tree/main/datasette/publish>`_
|
`their source <https://github.com/simonw/datasette/tree/main/datasette/publish>`_
|
||||||
to see examples of this hook in action.
|
to see examples of this hook in action.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue