Commit Graph

118 Commits

Author SHA1 Message Date
dependabot[bot]
3b41914013 build(deps): bump prismjs from 1.24.1 to 1.25.0 in /doc/website (#1966)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.1...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 13:35:39 +03:00
Risky Feryansyah
8cb468f979 doc/website: fix security concern transitive depedency in website docs (#1957) 2021-09-17 12:36:45 +03:00
MasseElch
fdf7b3f2f3 doc/website/blog: openapi generator (#1936) 2021-09-13 10:26:10 +03:00
Ariel Mashraki
139e8021e6 website: add link to ent discord server (#1930) 2021-09-09 12:24:51 +03:00
Yoni Davidson
9c7383f43b doc/website: docs-security upgrade axios resolved version (#1916) 2021-09-05 17:48:01 +03:00
Rotem Tamir
ac33c03069 doc/website/blog: extending ent with the new Extension API (#1908)
* doc/website/blog: post about extending ent with the new Extension API

* missing part

* fix URL

* Update doc/website/blog/2021-09-02-ent-extension-api.md

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

* Update doc/website/blog/2021-09-02-ent-extension-api.md

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

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2021-09-02 18:00:29 +03:00
Rotem Tamir
2e24ce1361 doc/md: initial documentation for the extension API (#1906) 2021-09-02 15:57:28 +03:00
Ariel Mashraki
7015647528 website/blog: ent joins the linux foundation 2021-09-01 13:08:00 +03:00
Risky Feryansyah
a11cc87366 doc/website: upgrade several transitive dependency that have security concern (#1883) 2021-08-28 10:09:53 +03:00
Ariel Mashraki
30fc87de7f website/blog: fix gofmt in entviz blog 2021-08-26 16:01:50 +03:00
Amit Shani
0d63869c87 doc/website/blog: entviz blog post (#1871) 2021-08-26 15:10:31 +03:00
Yoni Davidson
d1593150ee doc/website/blog: blog post prometheus hook (#1829)
* starting with part 1

* up to ent hooks

* finish hooks

* add metrics

* show metrics

* done first review

* duplicate repo

* minor links update

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

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

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

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

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

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

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

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

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

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

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

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

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

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

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

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

* remove shell syntax

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>

* Apply suggestions from code review

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

* Update doc/website/blog/2021-08-12-building-observable-ent-application-with-prometheus.md

Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2021-08-12 14:53:09 +03:00
MasseElch
d6ef361a7c doc/website/blog: Updated instructions to meet updated ent and elk. (#1818) 2021-08-09 23:47:38 +03:00
Ariel Mashraki
e0a85ab609 blog/upsert: minor changes to upsert blogpost 2021-08-05 21:45:21 +03:00
Rotem Tamir
1a4403c1b3 doc/website/blog: blog post describing the upsert API in v0.9.0 2021-08-05 21:45:21 +03:00
MasseElch
a5c931ed13 doc/website/blog: add instructions to ensure mod dependencies are resolved correctly (#1800)
* doc/website/blog: Add instrustions to ensure mod dependencies are resolved correctly

* Update doc/website/blog/2021-07-29-generate-a-fully-working-go-crud-http-api-with-ent.md

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2021-08-04 13:38:26 +03:00
MasseElch
56e32a3392 doc/website/blog: fixes a typo in elk blog post (#1795) 2021-08-03 13:05:51 +03:00
Ariel Mashraki
64e0116ed7 blog: minor style changes to crud post 2021-07-29 23:45:07 +03:00
MasseElch
2ba1c6b22d doc/website/blog: Generate a fully-working Go CRUD HTTP API with Ent (#1788)
* doc/website/blog: Generate a fully-working Go CRUD HTTP API with Ent

* Update doc/website/blog/2021-09-29-generate-a-fully-working-go-crud-http-api-with-ent.md

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

* Rename 2021-09-29-generate-a-fully-working-go-crud-http-api-with-ent.md to 2021-07-29-generate-a-fully-working-go-crud-http-api-with-ent.md

* removing formatter

* final touches

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2021-07-29 23:24:59 +03:00
Rotem Tamir
444b5f57b9 doc/website/blog: database locking techniques with ent (#1762)
* doc/website/blog: database locking techniques with ent

* Update doc/website/blog/2021-07-22-database-locking-techniques-with-ent.md

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

* Update doc/website/blog/2021-07-22-database-locking-techniques-with-ent.md

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

* Update doc/website/blog/2021-07-22-database-locking-techniques-with-ent.md

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

* Update doc/website/blog/2021-07-22-database-locking-techniques-with-ent.md

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

* Update doc/website/blog/2021-07-22-database-locking-techniques-with-ent.md

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

* Update doc/website/blog/2021-07-22-database-locking-techniques-with-ent.md

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

* Update doc/website/blog/2021-07-22-database-locking-techniques-with-ent.md

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

Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>
2021-07-22 17:05:24 +03:00
Ariel Mashraki
92f4e83714 website: star Ent at GitHub header 2021-07-17 15:38:35 +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
Ariel Mashraki
ac9f801259 doc/graphql: switch default example from templates to extension 2021-07-10 14:37:00 +03:00
Giau. Tran Minh
052d406136 website/blog: update where input to camel (#1696) 2021-07-07 22:37:06 +03:00
Ariel Mashraki
1e90c51eb5 website/blog: fix code example (#1678) 2021-07-02 07:41:53 +03:00
Ariel Mashraki
d29b07d3f1 website/blog: automatic graphql filters generation (#1675)
* website/blog: automatic graphql filters generation

* typo

* doc/website/blog: automatic-graphql-filter-generation

Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
2021-07-01 22:49:07 +03:00
Rotem Tamir
7d55d70750 doc/website/blog: ent + grpc is ready for use (#1665) 2021-06-28 20:00:01 +03:00
Rotem Tamir
dbd420bff5 doc/md: a detailed tutorial on the gRPC integration (#1663) 2021-06-28 16:36:08 +03:00
Ariel Mashraki
b444535a13 doc/edges: mention the edge-field option in examples 2021-06-13 09:27:56 +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
649548e447 doc/website: announce user survey in announcement (#1605) 2021-05-27 13:59:00 +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
8837b53115 doc/website/blog/: announcing the schema import initiative blog post 2021-05-06 10:43:26 +03:00
Rotem Tamir
1910b0b614 doc/md: documentation for entgo.io/contrib/schemast 2021-05-05 14:01:39 +03:00
Ariel Mashraki
63d630b7cf doc/website/blog: update supported databases 2021-04-22 21:24:35 +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
Ariel Mashraki
2480b5c0ef entc/gen: wrap nillable fields with custom go-type with sql.nullscanner 2021-04-17 13:13:40 +03:00
Ariel Mashraki
762e6aeff9 doc/website: add latest release to the announcement bar 2021-04-15 21:19:33 +03:00
Ariel Mashraki
3db3f5fd1a doc/website: add locale dropdown menu to navbar 2021-03-31 12:54:15 +03:00
Rotem Tamir
4dbe434ce6 doc/md - contributing translations guide 2021-03-29 17:01:03 +03:00
Rotem Tamir
beb97cbd01 doc/website/blog - add a call to action on the bottom of the gRPC post 2021-03-27 13:32:32 +03:00
Ariel Mashraki
2ba7d8e7a2 doc/website: small css changes to navbar 2021-03-25 16:37:40 +02:00
Ariel Mashraki
0c05e2abb5 doc/website: change crowdin file 2021-03-25 16:20:42 +02:00
Rotem Tamir
5abe74d752 Merge pull request #1391 from rotemtam/feat/enable-crowdin-translation
doc/website - add i18n support + crowdin sync
2021-03-25 16:13:15 +02:00
Rotem Tamir
eb77948ca2 enable crowdin translation 2021-03-25 14:01:27 +02:00
Ariel Mashraki
d62b810096 doc/website: add link to slack channel (#1389) 2021-03-25 12:24:44 +02:00
Ariel Mashraki
e0117c7b40 doc/website/blog: fix image url (#1388) 2021-03-25 11:14:13 +02:00
Ariel Mashraki
0b53a83ca2 doc/website: navbar responsive alignment 2021-03-25 08:48:13 +02:00
Ariel Mashraki
d9f6c3ed9c doc/website: fix mobile/responsive formatting (#1387) 2021-03-25 08:43:29 +02:00