Quick Start Guide
Overview
This knowledge base contains comprehensive information about cloud architecture, DevOps practices, and platform engineering. Here’s how to make the most of it.
Navigation Structure
- Main Sections
- Cloud Providers (AWS, Azure, GCP)
- DevOps Practices
- Platform Engineering
- Infrastructure as Code
- Kubernetes & Containerization
- Security & Compliance
- Using the Search
- Use the search bar at the top of the page (⌘K or Ctrl+K)
- Filter results by categories
- Search for specific tools (e.g., “terraform”, “kubernetes”)
- Look for code examples with “example” or “snippet”
Quick Access Links
Tips for Finding Information
- Looking for Solutions
- Start with the relevant quick start guide
- Check the practical examples section
- Review the troubleshooting guides
- Finding Code Examples
- Look for
code blocksin articles - Check the examples directory
- Review the architecture diagrams
- Look for
- Best Practices
- Each section includes best practices
- Look for “⚠️ Warning” and “💡 Tip” callouts
- Check the “Common Pitfalls” sections
Contributing
Found something missing or want to contribute?
- Click the “Edit on GitHub” button
- Create a pull request with your changes
- Follow the contribution guidelines
Forking the Repository
To create your own copy of this wiki:
- Visit the repository on GitHub
- Click the “Fork” button in the top-right corner
- Select your account as the destination
- Wait for the forking process to complete
-
Clone your forked repository locally:
git clone https://github.com/YOUR-USERNAME/wiki.git
Using GitHub Copilot with GitBook
This wiki is enhanced with GitHub Copilot integration to help you:
- Smart Suggestions
- Get context-aware completions while writing documentation
- Receive suggestions for code snippets and examples
- Get help with markdown formatting
- Enabling Copilot
- Install the GitHub Copilot extension in your editor
- Authenticate with your GitHub account
- Copilot will automatically provide suggestions as you type
- Best Practices
- Use clear comments to get better suggestions
- Press Tab to accept suggestions
- Use Ctrl+Enter to see alternative suggestions
Configuring GitBook Copilot
Follow these steps to set up GitBook Copilot in your workspace:
- Install GitBook Copilot
- Navigate to the GitBook organization settings
- Find and install the GitBook Copilot App
- Follow the installation prompts
- Authentication
- Log into your GitHub account when prompted
- Select the GitHub account(s) for integration
- Authorize the necessary permissions
- Connect Documentation
- Go to the integration’s configuration settings
- Under “Spaces”, select the documentation spaces
- Choose which spaces GitBook Copilot should use
- Save your configuration
Use-cases & Example Prompts
The GitBook for GitHub Copilot integration provides instant answers based on your documentation. Here are some example prompts to get you started:
-
Getting Information
@gitbook-copilot how do I set up a new project? @gitbook-copilot what is the best way to deploy my application? -
Code Assistance
@gitbook-copilot how do I import components from our design system? @gitbook-copilot what is the best way to handle an error with a missing variable? -
Troubleshooting
@gitbook-copilot why is my build failing? @gitbook-copilot how do I fix a broken link in my documentation?
Try these prompts or variations to get immediate assistance with your documentation and development needs.
Getting Help
- Use the search function first
- Check the FAQ sections
- Review related documentation links
- Reach out through the provided contact channels