Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update sidebar and links #16

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/docs/pages/developer-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A brief [tutorial](/welcome/getting-started) shows you how to access the APIs.

## 🧬 Methods

Specifications covering the supported APIs are based on OpenAPI Specification 3.0. You can download the specs to use an OpenAPI 3.0-compliant tool to perform a variety of actions, including rendering them in UI and generating SDKs. Two [versions](/welcome/about-the-dev-rev-api/versioning) of the DevRev API are available: public and beta (early access). Descriptions of the public [entities](/welcome/about-the-dev-rev-api/entities) are available.
Specifications covering the supported APIs are based on OpenAPI Specification 3.0. You can download the specs to use an OpenAPI 3.0-compliant tool to perform a variety of actions, including rendering them in UI and generating SDKs. Two [versions](/welcome/about-the-dev-rev-api/versioning) of the DevRev API are available: **Public** and **Beta** (early access). Descriptions of the public [entities](/welcome/about-the-dev-rev-api/entities) are available.

To take action based on events from the DevRev platform, [webhooks](/welcome/getting-started-with-webhooks) are also supported.

Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "devrev",
"version": "0.18.4"
"version": "0.18.5"
}
104 changes: 54 additions & 50 deletions fern/versions/public.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
navigation:
- section: Welcome
contents:
- page: For Developers
- page: For developers
path: ../docs/pages/developer-intro.mdx
- page: Getting started
path: ../docs/pages/welcome.mdx
- section: About the DevRev API
- section: API
contents:
- page: Overview
path: ../docs/pages/api-overview.mdx
- section: About
contents:
- page: Entities
path: ../docs/pages/entities.mdx
Expand All @@ -19,60 +23,18 @@ navigation:
path: ../docs/pages/versioning.mdx
- page: Rate Limits
path: ../docs/pages/rate-limits.mdx
- page: API overview
path: ../docs/pages/api-overview.mdx
- api: API Reference
- api: Reference
api-name: public
- page: Getting started with webhooks
path: ../docs/pages/webhooks.mdx
- page: Restricted messages on a timeline
path: ../docs/pages/timeline-entries.mdx
- section: Snap-in development
- section: Snap-in development
contents:
- page: Concepts
path: ../docs/pages/snapin-concepts.mdx
- section: About
contents:
- page: Concepts
path: ../docs/pages/snapin-concepts.mdx
- section: Tutorials
contents:
- page: Overview
path: ../docs/pages/tutorial.mdx
- page: Getting started
path: ../docs/pages/start.mdx
- page: Using a snap-in to perform a DevRev action
path: ../docs/pages/tutorials/timer-ticket-creator.mdx
- page: Snap-in triggered by a DevRev event
path: ../docs/pages/tutorials/triggered-event.mdx
- page: Snap-in triggered by an external source
path: ../docs/pages/tutorials/triggered-external-source.mdx
- page: Using snap-in to perform an external action
path: ../docs/pages/tutorials/perform-external-action.mdx
- section: References
contents:
- page: Install DevRev CLI
path: ../docs/pages/references/cli-install.mdx
- page: DevRev CLI reference
path: ../docs/pages/references/cli.mdx
- page: Snap-in manifest
path: ../docs/pages/references/manifest.mdx
- page: Snap-in V1 manifest
path: ../docs/pages/references/v1-manifest.mdx
- page: Keyrings
path: ../docs/pages/references/keyrings.mdx
- page: Event sources
path: ../docs/pages/references/event_sources.mdx
- page: Inputs
path: ../docs/pages/references/inputs.mdx
- page: Commands
path: ../docs/pages/references/commands.mdx
- page: Functions
path: ../docs/pages/references/functions.mdx
- page: Function invocation
path: ../docs/pages/references/function_invocation.mdx
- page: Hooks
path: ../docs/pages/references/hooks.mdx
- page: Snapkit
path: ../docs/pages/references/snapkit.mdx
- page: Snap-in resources
path: ../docs/pages/references/snap-in-resources.mdx
- page: Development best practices
path: ../docs/pages/best_practices.mdx
- page: Debugging
Expand All @@ -85,3 +47,45 @@ navigation:
path: ../docs/pages/examples/samples.mdx
- page: Resources
path: ../docs/pages/resources.mdx
- section: Tutorials
contents:
- page: Overview
path: ../docs/pages/tutorial.mdx
- page: Getting started
path: ../docs/pages/start.mdx
- page: Using a snap-in to perform a DevRev action
path: ../docs/pages/tutorials/timer-ticket-creator.mdx
- page: Snap-in triggered by a DevRev event
path: ../docs/pages/tutorials/triggered-event.mdx
- page: Snap-in triggered by an external source
path: ../docs/pages/tutorials/triggered-external-source.mdx
- page: Using snap-in to perform an external action
path: ../docs/pages/tutorials/perform-external-action.mdx
- section: References
contents:
- page: Install DevRev CLI
path: ../docs/pages/references/cli-install.mdx
- page: DevRev CLI reference
path: ../docs/pages/references/cli.mdx
- page: Snap-in manifest
path: ../docs/pages/references/manifest.mdx
- page: Snap-in V1 manifest
path: ../docs/pages/references/v1-manifest.mdx
- page: Keyrings
path: ../docs/pages/references/keyrings.mdx
- page: Event sources
path: ../docs/pages/references/event_sources.mdx
- page: Inputs
path: ../docs/pages/references/inputs.mdx
- page: Commands
path: ../docs/pages/references/commands.mdx
- page: Functions
path: ../docs/pages/references/functions.mdx
- page: Function invocation
path: ../docs/pages/references/function_invocation.mdx
- page: Hooks
path: ../docs/pages/references/hooks.mdx
- page: Snapkit
path: ../docs/pages/references/snapkit.mdx
- page: Snap-in resources
path: ../docs/pages/references/snap-in-resources.mdx
Loading