From 2f7e6373256d6813d8b5a5aaa5e91a42a60ac439 Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Sat, 25 Jan 2025 08:56:54 +0100 Subject: [PATCH 1/2] docs(app): update pricing in readme --- README.md | 6 +++--- agenta-cli/README.md | 15 ++++++++------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4286dbcca5..ae0b62056d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

Documentation | Website | - Slack + Slack

The Open source LLMOps Platform

@@ -37,7 +37,7 @@

- + @@ -134,7 +134,7 @@ By default, Agenta automatically reports anonymized basic usage statistics. This We warmly welcome contributions to Agenta. Feel free to submit issues, fork the repository, and send pull requests. -We are usually hanging in our Slack. Feel free to [join our Slack and ask us anything](https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA) +We are usually hanging in our Slack. Feel free to [join our Slack and ask us anything](https://join.slack.com/t/agenta-hq/shared_invite/zt-2yewk6o2b-DmhyA4h_lkKwecDtIsj1AQ) Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started?utm_source=github&utm_medium=referral&utm_campaign=readme) for more information. diff --git a/agenta-cli/README.md b/agenta-cli/README.md index 64b753f81b..ae0b62056d 100644 --- a/agenta-cli/README.md +++ b/agenta-cli/README.md @@ -10,7 +10,7 @@

Documentation | Website | - Slack + Slack

The Open source LLMOps Platform

@@ -37,7 +37,7 @@

- + @@ -119,7 +119,9 @@ mkdir agenta && cd agenta curl -L https://raw.githubusercontent.com/agenta-ai/agenta/main/docker-compose.gh.yml -o docker-compose.gh.yml docker compose -f docker-compose.gh.yml up -d ``` - +- Agenta uses port 80, to use a different port set the env var AGENTA_PORT. For instance `export AGENTA_PORT=90` +- Add `--pull always` to the last command to upgrade your version of Agenta. + # Disabling Anonymized Tracking By default, Agenta automatically reports anonymized basic usage statistics. This helps us understand how Agenta is used and track its overall usage and growth. This data does not include any sensitive information. To disable anonymized telemetry, follow these steps: @@ -132,16 +134,14 @@ By default, Agenta automatically reports anonymized basic usage statistics. This We warmly welcome contributions to Agenta. Feel free to submit issues, fork the repository, and send pull requests. -We are usually hanging in our Slack. Feel free to [join our Slack and ask us anything](https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA) +We are usually hanging in our Slack. Feel free to [join our Slack and ask us anything](https://join.slack.com/t/agenta-hq/shared_invite/zt-2yewk6o2b-DmhyA4h_lkKwecDtIsj1AQ) Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started?utm_source=github&utm_medium=referral&utm_campaign=readme) for more information. ## Contributors ✨ - -[![All Contributors](https://img.shields.io/badge/all_contributors-48-orange.svg?style=flat-square)](#contributors-) - +[![All Contributors](https://img.shields.io/badge/all_contributors-49-orange.svg?style=flat-square)](#contributors-) Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -212,6 +212,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Ashraf Chowdury
Ashraf Chowdury

🐛 💻 jp-agenta
jp-agenta

💻 🐛 Mr Unhappy
Mr Unhappy

🐛 🚇 + Moreno Bonaventura
Moreno Bonaventura

🐛 From d7d3e171cf6cdc086660b1f541eec5939a8c3021 Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Sat, 25 Jan 2025 08:57:24 +0100 Subject: [PATCH 2/2] docs(app): add pricing link to docs --- docs/docusaurus.config.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 0f4f4077bf..e6bd3220cf 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -114,11 +114,17 @@ const config: Config = { position: "left", label: "Changelog", }, + { + to: "https://agenta.ai/pricing", + position: "left", + label: "Pricing", + }, { to: "https://agenta.ai/blog", position: "left", label: "Blog", }, + // { // to: "https://github.com/orgs/Agenta-AI/projects/13/views/1", // position: "left", @@ -145,7 +151,7 @@ const config: Config = { html: '', }, { - href: "https://agenta-hq.slack.com/join/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA", + href: "https://join.slack.com/t/agenta-hq/shared_invite/zt-2yewk6o2b-DmhyA4h_lkKwecDtIsj1AQ", html: '', position: "right", },