arrow-left

Only this pageAll pages
gitbookPowered by GitBook
1 of 11

goshtrigerroy

Loading...

Getting Started

Loading...

Loading...

Basics

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Publish your docs

Once you’ve finished writing, editing, or importing your content, you can publish your work to the web as a docs site. Once published, your site will be accessible online only to your selected audience.

You can publish your site and find related settings from your docs site's homepage.

Editor

GitBook has a powerful block-based editor that allows you to seamlessly create, update, and enhance your content.

hashtag
Writing content

GitBook offers a range of block types for you to add to your content inline — from simple text and tables, to code blocks and more. These elements will make your pages more useful to readers, and offer extra information and context.

Either start typing below, or press / to see a list of the blocks you can insert into your page.

hashtag
Add a new block

1

hashtag
Open the insert block menu

Press / on your keyboard to open the insert block menu.

2

hashtag
Search for the block you need

Try searching for “Stepper”, for exampe, to insert the stepper block.

3

hashtag
Insert and edit your block

Click or press Enter to insert your block. From here, you’ll be able to edit it as needed.

Interactive blocks

In addition to the default Markdown you can write, GitBook has a number of out-of-the-box interactive blocks you can use. You can find interactive blocks by pressing / from within the editor.

hashtag
Tabs

Each tab is like a mini page — it can contain multiple other blocks, of any type. So you can add code blocks, images, integration blocks and more to individual tabs in the same tab block.

Add images, embedded content, code blocks, and more.

hashtag
Expandable sections

chevron-rightClick me to expandhashtag

Expandable blocks are helpful in condensing what could otherwise be a lengthy paragraph. They are also great in step-by-step guides and FAQs.

hashtag
Drawings

hashtag
Embedded content

circle-info

GitBook supports thousands of embedded websites out-of-the-box, simply by pasting their links. Feel free to check out which ones.

Markdown

GitBook supports many different types of content, and is backed by Markdown — meaning you can copy and paste any existing Markdown files directly into the editor!

Feel free to test it out and copy the Markdown below by hovering over the code block in the upper right, and pasting into a new line underneath.

# Heading

This is some paragraph text, with a [link](https://docs.gitbook.com) to our docs. 

## Heading 2
- Point 1
- Point 2
- Point 3
circle-info

If you have multiple files, GitBook makes it easy to import full repositories too — allowing you to keep your GitBook content in sync.

are supported nativelyarrow-up-right
const handleFetchEvent = async (request, context) => {
    return new Response({message: "Hello World"});
};

Quickstart

Beautiful documentation starts with the content you create — and GitBook makes it easy to get started with any pre-existing content.

circle-info

Want to learn about writing content from scratch? Head to the Basicsarrow-up-right section to learn more.

hashtag
Import

GitBook supports importing content from many popular writing tools and formats. If your content already exists, you can upload a file or group of files to be imported.

hashtag
Sync a repository

GitBook also allows you to set up a bi-directional sync with an existing repository on GitHub or GitLab. Setting up Git Sync allows you and your team to write content in GitBook or in code, and never have to worry about your content becoming out of sync.

Exploring tech.desacanggu.id: Your Gateway to Innovation and Technology 2025

Tech.desacanggu.id: Since the beginning of the digital age, access to technology has become more critical than ever. More and more websites are appearing, focusing on technologicalarrow-up-right updates, new products and services, as well as social projects and activities.

Putting a Light on tech.desacanggu.id

hashtag
What is tech.desacanggu.id?

Specifically, tech.desacanggu.idarrow-up-right is a digital link whose primary function is connecting new technologies to consumers.

In any case, if you like to read about technology, if you are a technician, a developer, or simply an Internet user interested in what’s new and what’s happening in the market, this site is for you.

What makes it unique is that The Local Globe is a local news agency with a global orientation.

Ub<v/> is based in Canggu, a dynamic district of Bali, Indonesia, but its documents can interest an international audience.

It is a mix of local promotion and international application, capturing a theme that any technology student is interested in regarding the changes that communities are going through.

Forcing ideas to compete for debate through contradictory frames does not encourage essential considerations while forcing ideas to be presented through the adoption of a platform does the opposite.

From tech.desacanggu.id to the tech enthusiasts now present worldwide, its creators aimed to have a meaningful and possible online site based on technology.

In terms of objectives, the platform aims to enlighten, educate, and motivate the reader through well-written articles, tutorials, and knowledge.

hashtag
Jump right in

Getting Started

Create your first site

Basics

Learn the basics of GitBook

Publish your docs

Share your docs online

Integrations

GitBook integrations allow you to connect your GitBook spaces to some of your favorite platforms and services. You can install integrations into your GitBook page from the Integrations menu in the top left.

hashtag
Types of integrations

Analytics

Track analytics from your docs

Support

Add support widgets to your docs

Interactive

Add extra functionality to your docs

Visitor Authentication

Protect your docs and require sign-in

OpenAPI

You can sync GitBook pages with an OpenAPI or Swagger file or a URL to include auto-generated API methods in your documentation.

hashtag
OpenAPI block

GitBook's OpenAPI block is powered by Scalararrow-up-right, so you can test your APIs directly from your docs.

Images & media

GitBook allows you to add images and media easily to your docs. Simply drag a file into the editor, or use the file manager in the upper right corner to upload multiple images at once.

circle-info

You can also add images simply by copying and pasting them directly into the editor — and GitBook will automatically add it to your file manager.

Add alt text and captions to your images

hashtag
Add a new pet to the store.

post

Add a new pet to the store.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : modify pets in your account
  • : read your pets
Authorizations
OAuth2implicitRequired
Authorization URL:
Body
idinteger · int64OptionalExample: 10
namestringRequiredExample: doggie
idinteger · int64OptionalExample: 1
namestringOptionalExample: Dogs
photoUrlsstring[]Required
idinteger · int64Optional
namestringOptional
statusstring · enumOptional

pet status in the store

Possible values:
Responses
chevron-right
200

Successful operation

idinteger · int64OptionalExample: 10
namestringRequiredExample: doggie
idinteger · int64OptionalExample: 1
namestringOptionalExample: Dogs
photoUrlsstring[]Required
idinteger · int64Optional
namestringOptional
statusstring · enumOptional

pet status in the store

Possible values:
chevron-right
400

Invalid input

No content

chevron-right
422

Validation exception

No content

chevron-right
default

Unexpected error

No content

post
/pet
{
  "id": 10,
  "name": "doggie",
  "category": {
    "id": 1,
    "name": "Dogs"
  },
  "photoUrls": [
    "text"
  ],
  "tags": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "status": "available"
}
POST /api/v3/pet HTTP/1.1
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 133

{
  "id": 10,
  "name": "doggie",
  "category": {
    "id": 1,
    "name": "Dogs"
  },
  "photoUrls": [
    "text"
  ],
  "tags": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "status": "available"
}