1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-07 22:35:36 +00:00

Resolve "Create resources page in the docs"

This commit is contained in:
Bram Wiepjes 2021-05-29 13:51:46 +00:00
parent 0f5c9e0440
commit 2d2f0e074f
3 changed files with 24 additions and 0 deletions

View file

@ -10,6 +10,7 @@
* Made it possible to order the applications by drag and drop.
* Made it possible to order the tables by drag and drop.
* Added today, this month and this year filter.
* Added a page containing external resources to the docs.
* Added a human-readable error message when a user tries to sign in with a deactivated
account.

View file

@ -79,3 +79,8 @@ Everything related to custom plugin development.
format by creating a field type.
* [Creata a field converter](./plugins/field-converter.md): Converters alter a field and
convert the related data for specific field changes.
## Other
* [External resources related to Baserow](./other/external-resources.md): A list of
external third party resources.

View file

@ -0,0 +1,18 @@
# External resources
* [https://github.com/stevecomrie/baserow-php](
https://github.com/stevecomrie/baserow-php): A PHP client for the Baserow API with
human readable table and field names.
* [https://hub.docker.com/r/tiredofit/baserow](
https://hub.docker.com/r/tiredofit/baserow): A third party docker image which runs
all Baserow services in a single container.
* [https://github.com/dak-csis/ansible-role-baserow](
https://github.com/dak-csis/ansible-role-baserow): Baserow Ansible role.
* [https://github.com/mingfang/terraform-k8s-modules/tree/master/examples/baserow](
https://github.com/mingfang/terraform-k8s-modules/tree/master/examples/baserow):
Baserow Terraform k8s modules.
## Add your resource
Please edit this file in the repository at https://gitlab.com/bramw/baserow and create
a merge request to add your external resource to this list.