Skip to content

Commit 1eb635d

Browse files
committed
Merge branch 'main' of github.com:avo-hq/avodocs
2 parents 820ebe5 + 2f9a299 commit 1eb635d

File tree

6 files changed

+37
-11
lines changed

6 files changed

+37
-11
lines changed

docs/.vitepress/config.js

+18
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,24 @@ const config = {
210210
{text: "Cards", link: "/3.0/cards.html"},
211211
],
212212
},
213+
{
214+
text: "Kanban board",
215+
items: [
216+
{text: "Overview", link: "/3.0/kanban-boards.html"},
217+
],
218+
},
219+
{
220+
text: "Collaboration",
221+
items: [
222+
{text: "Overview", link: "/3.0/collaboration.html"},
223+
],
224+
},
225+
{
226+
text: "Audit Logging",
227+
items: [
228+
{text: "Overview", link: "/3.0/audit-logging/overview.html"},
229+
],
230+
},
213231
{
214232
text: "Filters",
215233
items: [

docs/3.0/audit-logging/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
license: audit_logging
2+
license: enterprise
33
betaStatus: Beta
44
outline: [2,3]
55
---

docs/3.0/collaboration.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
license: Add-on
3+
betaStatus: Beta
4+
---
5+
6+
# Collaboration
7+
8+
Keep your team in sync with built-in comments and status updates. No more scattered communication across multiple tools.
9+
10+
:::info
11+
Docs are a work in progress
12+
:::

docs/3.0/kanban-boards.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
license: kanban
3-
betaStatus: Alpha 🧪 (experimental)
2+
license: Add-on
3+
betaStatus: Beta
44
outline: [2,3]
55
---
66

docs/3.0/licensing.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Licensing
22

33
Avo runs on the [Open-Core model](https://en.wikipedia.org/wiki/Open-core_model). The **Community** edition is free to use and works best for personal, hobby, and small commercial projects.
4-
There are a couple of paid tiers (**Pro**, **Business**, and **Enterprise**) that give you more features, more customization, a higher level of control, and more support.
4+
There are a couple of paid tiers (**Pro**, **Advanced**, and **Enterprise**) that give you more features, more customization, a higher level of control, and more support.
55

66
## Community vs. Paid
77

@@ -17,17 +17,13 @@ The **Pro** tier comes with [Advanced Authorization](./authorization.html) using
1717

1818
</Option>
1919

20-
<Option name="Business">
20+
<Option name="Advanced">
2121

22-
The **Business** tier is a pick-and-choose plan which has a few features and add-ons to offer like [Customizable Controls](./customizable-controls.html), [Resource Scopes](./scopes.html), [Dynamic Filters](./dynamic-filters.html), [Kanban Boards](kanban-boards.html), Dynamic Fields, and Collaboration.
23-
In order to get a quote on the **Business** features, please [get in touch](https://avohq.io/pricing) with us.
22+
The **Advanced** tier is a pick-and-choose plan which has a few features and add-ons to offer like [Customizable Controls](./customizable-controls.html), [Resource Scopes](./scopes.html), [Dynamic Filters](./dynamic-filters.html), [Kanban Boards](kanban-boards.html), Dynamic Fields, Collaboration, or White Labeling.
23+
In order to get a quote on the **Advanced** features, please [get in touch](https://savvycal.com/avo-hq/discovery-call-advanced) with us.
2424

2525
</Option>
2626

27-
:::info
28-
The **Advanced tier** has been retired in December 2024.
29-
:::
30-
3127
The features are separated by their level of complexity and maintenance needs. Selling the Avo Pro edition as a paid upgrade and enables us to fund this business and work on it full-time. That way, Avo improves over time, helping developers with more features and customization options.
3228

3329
## One license per site

docs/public/img/friendlyrb-docs.png

-138 Bytes
Loading

0 commit comments

Comments
 (0)