Skip to content

GitbookIO/public-docs

Repository files navigation

GitBook Documentation

Homepage - Community - Bug reports

Welcome to GitBook's public documentation.

This repository contains the content that powers https://docs.gitbook.com.

GitBook's Public Docs'

Contributing

We encourage contributions to our public documentation, provided they are accurate, helpful, and add value to our users. Whether it’s fixing a typo, clarifying content, or adding new insights, every improvement makes a difference. Your input helps ensure our resources remain reliable and effective for the community.

Open a pull request

If you find something you'd like to change, follow these steps to create a PR and contribute to our documentation:

  1. Fork this repository: Click the "Fork" button in the top-right corner of this page to create a copy of the repository in your GitHub account.

  2. Clone the fork: Clone the forked repository to your local machine using a command like git clone [repository URL].

  3. Make your change: Open the file you'd like to change in a text or code editor, fix it, and save your changes.

  4. Commit your change: Create a commit with a clear message, such as git commit -m "Fix typo in [file name]".

  5. Push your branch: Push your changes to a new branch in your forked repository with git push origin [branch name].

  6. Open a pull request: Go to the original repository, click "New Pull Request," and select your branch as the source.

  7. Submit the PR: Add a short description of your changes, then submit the pull request for review.

We review all pull requests submitted to this repository and will follow up with additional information if necessary.

Badges

Markdown

[![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://gitbook.com/)

HTML

<a href="https://gitbook.com">
  <img
    src="https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1"
  />
</a>

Other GitBook projects

If you're interested in contributing or learning more about the other projects GitBook is working on, head to our GitHub profile or take a look at our popular projects below.

Contributors