You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: flip to the v3 information architecture (#2702)
Switches the docs from the `/platform/*` URL structure to the v3
information architecture: topic-first sections at the site root,
`routeBasePath` dropped to `/`, and 301 redirects covering old URLs.
### Review by commit
The flip is categorized by concern; commits 1-2 are mechanical (bulk
moves and link rewrites) and can be skimmed, the judgment lives in 3-6.
Commits 7-10 are refinements from reviewing the live preview.
1. **restructure into the v3 IA** - the moves: console and collaboration
fold into Account, schedules and monitoring move under Actors > running;
adds the Account hub and the Get Started section. Check the destinations
make sense.
2. **drop the /platform prefix from internal links** - 157 files,
move-aware (relocated sections point at their new paths). Bulk rewrite;
the OpenAPI source and React pages are included alongside content.
3. **flip routeBasePath + v3 navbar** - the actual routing switch, the
nav items, Open source moving from nav dropdown to footer, and
per-section sidebars. The core change to scrutinize.
4. **scope theme doc-content and search to the v3 roots** -
`DocItemContent` allowed paths and the `SearchBar` instance check.
5. **remove the platform landing page** - the site root is the new entry
point.
6. **redirect /platform/\* URLs** - nginx catch-all plus structural
pre-rules for the relocated sections.
7. **label v3 section overviews** - the Actors, Storage, Proxy, and
Integrations hub pages now read "Overview" and sort first.
8. **footer dedup** - drop the duplicate Open source link now that there
is a dedicated Open source column.
9. **split Get Started into Agent onboarding and a Build group** - move
"Apify for AI agents" out of Integrations into Get Started, and group
the four build pages under an expanded Build category.
10. **remove the duplicate quick start tree** - it duplicated the new
Get Started build pages; its unique Technology stack intro moved into
the Actor development overview.
### Verification
- Build green at the tip, 0 broken links. The broken-anchor warnings are
pre-existing and non-blocking (`onBrokenAnchors: 'warn'`).
- **nginx double-hop cleanup** - stripping `/platform/` from the ~135
existing rule targets is a separate post-flip PR; those URLs still
resolve via the catch-all in the meantime, just with an extra hop.
description: Specifies the default amount of memory in megabytes to be used when the Actor is started. Can be an integer or a [dynamic memory expression](/platform/actors/development/actor-definition/dynamic-actor-memory).
51
+
description: Specifies the default amount of memory in megabytes to be used when the Actor is started. Can be an integer or a [dynamic memory expression](/actors/development/actor-definition/dynamic-actor-memory).
Copy file name to clipboardExpand all lines: apify-api/openapi/components/schemas/datasets/Dataset.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ properties:
50
50
description: ""
51
51
schema:
52
52
type: [object, "null"]
53
-
description: Defines the schema of items in your dataset, the full specification can be found in [Apify docs](/platform/actors/development/actor-definition/dataset-schema)
53
+
description: Defines the schema of items in your dataset, the full specification can be found in [Apify docs](/actors/development/actor-definition/dataset-schema)
Copy file name to clipboardExpand all lines: apify-api/openapi/components/schemas/users/UpdateLimitsRequest.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ properties:
10
10
type: integer
11
11
examples: [90]
12
12
description: |
13
-
Apify securely stores your ten most recent Actor runs indefinitely, ensuring they are always accessible. Unnamed storages and other Actor runs are automatically deleted after the retention period. If you're subscribed, you can change it to keep data for longer or to limit your usage. [Lear more](https://docs.apify.com/platform/storage/usage#data-retention).
13
+
Apify securely stores your ten most recent Actor runs indefinitely, ensuring they are always accessible. Unnamed storages and other Actor runs are automatically deleted after the retention period. If you're subscribed, you can change it to keep data for longer or to limit your usage. [Lear more](https://docs.apify.com/storage#data-retention).
0 commit comments