Commit Graph

25 Commits

Author SHA1 Message Date
Rotem Tamir
e671138bb8 doc/md/tutorial: ext grpc service example (#3323) 2023-02-16 23:57:15 +02:00
Yoni Davidson
4e662b9e51 doc/md: update join community page (#3178) 2022-12-19 15:18:53 +02:00
Ariel Mashraki
f226627d67 ent: export query interceptors (#3157) 2022-12-19 10:17:10 +02:00
Ariel Mashraki
f7109f0274 dialect/sql/schema: make WriteDriver friendlier (#3119)
Also, add a guide for writing and executing data migrations files.
2022-11-27 13:27:15 +02:00
Rotem Tamir
cd60f84853 doc/md/versioned: upgrading to versioned migrations (#3095) 2022-11-16 10:59:06 +02:00
Cyril Brulebois
9ff209d1f3 doc: remove executable flag for md, mdx, png, js, and .gitignore files (#3015)
Spotted by lintian running against a Debian package: the executable flag
is strange for all those files in the doc directory.
2022-10-16 16:47:56 +03:00
Ariel Mashraki
6637cbf68e examples/migration: add doc about migration linting (#2856) 2022-08-15 09:45:36 +03:00
Rotem Tamir
94226c9093 doc: entci (#2853)
* doc: entci

* Update doc/md/ci.mdx

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>

* Update doc/md/ci.mdx

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>

* Update sidebars.js

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2022-08-14 18:22:39 +03:00
Ariel Mashraki
b60e0f9eac entc/gen: add support for WithNamed<E> feature-flag (#2792)
* entc/gen: struct fields and methods for NamedEdge api

* entc/gen: generate WithNamedEdge methods for named-edges

* entc/gen: implement eager-loading for named-edges

* entc/gen: simplify eager-loading template

* entc/gen: drop support for unqiue edges in named-based loading

* all: codegen

* doc/website: named-edges feature-flag

* Update doc/md/eager-load.mdx

* Update doc/md/eager-load.mdx
2022-07-24 18:41:07 +03:00
Giau. Tran Minh
d8fdf3b512 doc/md: update GQL tutorial with schema generator (#2528)
* doc/md: update GQL tutorial

fixed the connections to Non-Null
fixed the name of WithWhereInputs()

* doc/md: initial Schema Generator tutorial

* update the tutorial

* fix: correct the line

* doc/md: apply suggestions from code review

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>

* doc/md: add more doc about `entgql.RelayConnection()`

Co-authored-by: Hila Kashai <73284641+hilakashai@users.noreply.github.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2022-05-09 18:09:21 +03:00
MasseElch
b17aa2245f doc/md: prettier URL for versioned migrations doc part 2 (#2361) 2022-02-24 08:30:46 +01:00
MasseElch
59c6702e12 doc/md: versioned migrations (#2345)
* doc/md: versioned migrations

* doc/md: move to own page

* doc/md: add example for migrations from graph

* doc/md: add image

* Apply suggestions from code review

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>

* doc/md: format examples

* doc/md: mention versioned migrations in offline migration

* doc/md: add instructions how to run a main.go file

* doc/md: add instructions how to move from auto migrate to versioned migration

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2022-02-21 17:56:02 +01:00
Jeremy Maxey-Vesperman
5645812c73 doc/md: add tutorial for configuring gRPC service method generation 2021-11-16 00:30:33 +02:00
Rotem Tamir
2e24ce1361 doc/md: initial documentation for the extension API (#1906) 2021-09-02 15:57:28 +03:00
Ariel Mashraki
e1e197483c doc/tutorial: add page about filter inputs (#1706)
* doc/tutorial: add page about filter inputs

Also, fixed some issues in website configuration

* Update doc/md/tutorial-todo-gql-filter-input.md

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
2021-07-11 16:08:26 +03:00
Rotem Tamir
dbd420bff5 doc/md: a detailed tutorial on the gRPC integration (#1663) 2021-06-28 16:36:08 +03:00
Rotem Tamir
ca7aa4b742 doc/md: adding a guide on contribution of docs to ent 2021-05-31 20:21:56 +03:00
Rotem Tamir
da20bba97d doc/md/slack: documentation on how to join the slack channel (#1581) 2021-05-20 13:39:05 +03:00
Rotem Tamir
1910b0b614 doc/md: documentation for entgo.io/contrib/schemast 2021-05-05 14:01:39 +03:00
Rotem Tamir
5708a15e58 doc/website: integrate contributors page with all-contributors bot
* doc/website: integrate contributors page with all-contributors bot

* link to contributors page
2021-04-22 15:04:35 +03:00
Ariel Mashraki
1ea5d64607 doc/md: add tutorial on how to generate mutation input types (#1476)
* doc/md: add tutorial on how to generate mutation input types

* address codereview comments
2021-04-19 12:29:16 +03:00
Rotem Tamir
4dbe434ce6 doc/md - contributing translations guide 2021-03-29 17:01:03 +03:00
Ariel Mashraki
d9faf21e05 doc/website: migration to docosaurus v2 (#1384)
* WIP - migrating entgo.io to docosaurus v2

* organizing pages a bit to be better suited for v2 site structure

* doc/website: finish migration to docusaurus v2

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
2021-03-24 21:48:30 +02:00
Ariel Mashraki
3773738fd5 Revert "doc/website: migrate to docusaurus v2 (#1382)" (#1383)
This reverts commit 21c3fa83fc.
2021-03-24 21:18:44 +02:00
Ariel Mashraki
21c3fa83fc doc/website: migrate to docusaurus v2 (#1382)
* WIP - migrating entgo.io to docosaurus v2

* organizing pages a bit to be better suited for v2 site structure

* doc/website: finish migration to docusaurus v2

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
2021-03-24 21:16:04 +02:00