twenty/packages/twenty-docs
Varrooo 0f7ddd2f14
Fixs/reviews setups (#3067)
* update syntax to POSIX

The function keyword is not recognize by every POSIX-compliant shell.  The function keyword is a bashism, a bash extension. POSIX syntax does not use function and mandates the use of parenthesis.

This commit fixes the two issues :
./linux/provision-postgres-linux.sh: 9: function: not found
./linux/provision-postgres-linux.sh: 15: Syntax error: "}" unexpected

* update path init.sql

* update steps numbers yarn setup

There were two number 3's, everything should be correct now.

* delete useless -e
2023-12-19 15:20:13 +01:00
..
docs Fixs/reviews setups (#3067) 2023-12-19 15:20:13 +01:00
src Fix documentation layout broken because of mixed rest api doc styles (#3043) 2023-12-18 08:32:35 +01:00
static Readme update with demo (#3042) 2023-12-17 16:26:54 +01:00
.gitignore Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
.vale.ini Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
babel.config.js Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
docusaurus.config.js 2915 rest api documentation (#3020) 2023-12-15 18:13:13 +01:00
package.json 2915 rest api documentation (#3020) 2023-12-15 18:13:13 +01:00
README.md Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
sidebars.js Migrate to a monorepo structure (#2909) 2023-12-10 18:10:54 +01:00
tsconfig.json 2915 rest api documentation (#3020) 2023-12-15 18:13:13 +01:00

Documentation

The docs here are managed through Docusaurus 2.

We recommend you go directly to the statically generated website rather than read them here.