LogoLogo
HomeExploreDocsAPIBlogContact
  • πŸ—ƒοΈGooey.AI Docs
  • Changelog
  • πŸ“–Guides
    • πŸ€–How to build an AI Copilot?
      • AI Prompting: Best practices
      • Curate your Knowledge Base Documents
      • Advanced Settings
      • Prepare Synthetic Data
      • Conversation Analysis
        • Glossary
      • Building a Multi-Modal Copilot
      • Frequently Asked Questions about AI Copilot
      • How to Automate Data Export?
    • πŸš€How to deploy an AI Copilot?
      • Deploy to Web
      • Deploy to WhatsApp
      • Deploy to Slack
      • Deploy to Facebook
      • Broadcast Messages (via web or API)
      • Add buttons to your Copilot
    • βš–οΈUnderstanding Bulk Runner and Evaluation
      • πŸ’ͺHow to set up Bulk Runner?
      • πŸ•΅οΈβ€β™€οΈHow to set up Evaluations?
      • How to use Bulk Run via API
    • πŸ‘„How to use AI Lip Sync Generator?
      • Lip Sync Animation Generator (WITH AUDIO FILES)
      • LipSync videos with Custom Voices
      • Set up your API for Lipsync with Local Folders
      • Tips to create great HD lipsync output
      • Frequently Asked Questions about Lipsync
    • πŸ—£οΈHow to use ASR?
      • πŸ“ŠHow to create language evaluation for ASR?
    • How to use Compare AI Translations?
      • Google Translate Glossary
    • How does RAG-based document search work?
    • 🧩How to use Gooey Functions?
      • ✨LLM-enabled Functions
      • How to use SECRETS in Functions?
      • πŸ”₯How to connect FirebaseDB to Copilot
    • 🎞️How to create AI Animations?
    • 🀳How to make amazing AI Art QR Codes?
      • API tips on AI Art QR Codes
    • πŸ–ΌοΈCreate an AI Image with text
      • AI Image Prompting
      • API Tips for AI Image Generator
    • πŸ“ΈAI Photo Editor
      • Build your avatar with AI
    • πŸ§‘β€πŸ«How to use Gooey.AI’s Image Model Trainer?
    • πŸ”Generate β€œPeople Also Ask” SEO Content
    • 🌐How to create SEO-Optimized content with AI?
    • How to use Workspaces?
      • How to use Version History?
      • How to add SECRETS in your Workspace?
    • 🍟How can I get free credits?
  • πŸ˜‡CONTRIBUTING
    • Contributing
    • Documentation Style Guide
  • πŸ€“API REFERENCE
    • Getting started
    • API Generator
    • Rate Limits
    • Error Codes
  • 🍭ENDPOINTS
    • Copilot
    • Lipsync
    • Lipsync TTS
    • AI Art QR Generator
    • AI Animation Generator
    • Compare AI Image Generator
    • Gooey.AI on GitHub
Powered by GitBook
LogoLogo

Home

  • Gooey.AI
  • Explore Workflows
  • Sign In
  • Pricing

Learn

  • Docs
  • Blog
  • FAQs
  • Videos

Developers

  • How-to Guides
  • Get your Gooey.AI Key
  • Github
  • API Endpoints

Connect

  • Book a Demo
  • Discord
  • Team
  • Jobs

@Dara.network / Gooey.AI / support@gooey.ai

On this page
  • Documentation Style Guide
  • General guidelines​

Was this helpful?

Edit on GitHub
  1. CONTRIBUTING

Documentation Style Guide

Last updated 9 months ago

Was this helpful?

Documentation Style Guide

To maintain industry parity, we take inspiration from the best, our Documentation Style Guide is based on

General guidelines

Here are guidelines for contributing and writing docs for Gooey.AI.

Avoid duplication

Multiple pages that cover the same material in depth are difficult to maintain and cause confusion. There should be only one (very rarely two), canonical pages for a given concept or feature. Instead, you should link to other guides.

Link to other sections

Because sections of the docs do not exist in a vacuum, it is important to link to other sections as often as possible to allow a developer to learn more about an unfamiliar topic inline.

This includes linking to the API references as well as conceptual sections!

Be concise

In general, take a less-is-more approach. If a section with a good explanation of a concept already exists, you should link to it rather than re-explain it, unless the concept you are documenting presents some new wrinkle.

Be concise, including in code samples.

General style

  • Use active voice and present tense whenever possible

  • Use examples and code snippets to illustrate concepts and usage

  • Use appropriate header levels (#, ##, ###, etc.) to organize the content hierarchically

  • Use fewer cells with more code to make copy/paste easier

  • Use bullet points and numbered lists to break down information into easily digestible chunks

  • Use tables (especially for Reference sections) and diagrams often to present information visually

  • Include the table of contents for longer documentation pages to help readers navigate the content, but hide it for shorter pages

πŸ˜‡
Langchain's Documentation Style Guide
​
​
​
​
​