-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add compass docs skeleton #279
base: main
Are you sure you want to change the base?
Conversation
🌿 Preview your docs: https://cohere-preview-cd0490cd-6c33-402c-8a11-14caac199c45.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-99c2b4f1-6241-47f0-8346-82de828cf20b.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-e05212c5-8836-40cf-8507-b4f7c3365c4d.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-777cd365-7d66-43e2-aabb-e178bbc730a6.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-077b58be-cfcd-46db-92ab-789b25bee7d2.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-3b4a0a92-d45e-4dcc-acd8-a7cfabd4bedb.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-493828f6-7ea3-42e1-a517-289767616b98.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-05c218ec-8130-4540-b72e-9ba1c55c7343.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-bf094ac5-7539-4841-934e-9edb00480867.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-f937b0b0-ac98-4dc1-b68c-ba98aab610fa.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-ba299f01-37df-4803-bcf8-d530ee9476df.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-f6808075-1086-4d31-94a3-5bd183f0845e.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-8ca19845-4ff6-4993-80fe-ea32d7258b3c.docs.buildwithfern.com |
This PR introduces a new Compass platform, which is a sample Pet Store Server based on the OpenAPI 3.0 specification. It provides a comprehensive API reference and documentation, including guides and concepts.
The PR adds the following new files:
fern/compass/compass-openapi.yaml
: This file contains the OpenAPI specification for the Pet Store Server, including server details, API information, and various API paths.fern/compass/compass.yml
: This file defines the structure of the Compass platform, including tabs for documentation and API reference, a landing page, and navigation settings.fern/compass/guides/compass-guide.mdx
: This file contains the content for the Compass guide, including a title, slug, and description.Additionally, the PR updates the
fern/docs.yml
file to include a new version named "Cohere Compass", which points to thefern/compass/compass.yml
file.