Only this pageAll pages
Powered by GitBook
1 of 11

GK88

Loading...

Getting Started

Loading...

Loading...

Basics

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Welcome

Welcome to the GitBook Starter Template! Here you'll get an overview of all the amazing features GitBook offers to help you build beautiful, interactive documentation.

You'll see some of the best parts of GitBook in action — and find help on how you can turn this template into your own.

Jump right in

Getting Started

Create your first site

Basics

Learn the basics of GitBook

Publish your docs

Share your docs online

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.

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

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

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

Quickstart

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

Want to learn about writing content from scratch? Head to the Basics section to learn more.

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.

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.

GK88

GK88 là nhà cái cá cược trực tuyến uy tín, được cấp phép hoạt động bởi chính phủ Philippines (PAGCOR), mang đến nền tảng cá cược hàng đầu tại Việt Nam. Kho game tại đây đa dạng các sản phẩm hấp dẫn như cá cược thể thao, live casino, xổ số 3 miền, đá gà và nổ hũ đang chờ đón bạn tham gia và trải nghiệm.

Điện thoại: 0337119375

Email: admin@gk88.foundation

Địa chỉ : 15B/25 Phạm Văn Bạch, Phường 15, Tân Bình, Hồ Chí Minh, Việt Nam

Website: https://gk88.foundation/

Hashtag : #gk88#linkgk88#dangkygk88#casinogk88#dangnhapgk88#thethaogk88#nhacaigk88

https://www.jqwidgets.com/community/users/gk88foundation1/

https://oyaschool.com/users/gk88foundation1/

https://djrankings.org/profile-gk88foundation1

https://makeprojects.com/profile/gk88foundation1

https://allmynursejobs.com/author/gk88foundation1/

https://www.fantasyplanet.cz/diskuzni-fora/users/gk88foundation1/

http://hi-careers.com/author/gk88foundation1/

https://suzuri.jp/gk88foundation1

https://www.slideshare.net/gk88foundation1

https://fyers.in/community/member/Rtub9be8r1

https://vrek27722.wixsite.com/my-site-1/profile/gk88foundation147555/profile

http://forum.modulebazaar.com/forums/user/gk88foundation1/

https://sfx.thelazy.net/users/u/gk88foundation1/

https://buyandsellhair.com/author/gk88foundation1/

https://schoolido.lu/user/gk88foundation1/

https://drivehud.com/forums/users/gk88foundation1/

https://eternagame.org/players/506566

https://krachelart.com/UserProfile/tabid/43/userId/1298706/Default.aspx

https://wakelet.com/@gk88foundation1

https://hashnode.com/@gk88foundation1

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.

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

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.

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.

const handleFetchEvent = async (request, context) => {
    return new Response({message: "Hello World"});
};

Expandable sections

Click me to expand

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

Drawings

Embedded content

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

Editor

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

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.

Add a new block

1

Open the insert block menu

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

2

Search for the block you need

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

3

Insert and edit your block

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

OpenAPI

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

OpenAPI block

GitBook's OpenAPI block is powered by Scalar, so you can test your APIs directly from your docs.

Add a new pet to the store.

post

Add a new pet to the store.

Authorizations
Body
idinteger · int64OptionalExample: 10
namestringRequiredExample: doggie
photoUrlsstring[]Required
statusstring · enumOptional

pet status in the store

Possible values:
Responses
200

Successful operation

400

Invalid input

422

Validation exception

default

Unexpected error

post
POST /api/v3/pet HTTP/1.1
Host: 
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"
}
{
  "id": 10,
  "name": "doggie",
  "category": {
    "id": 1,
    "name": "Dogs"
  },
  "photoUrls": [
    "text"
  ],
  "tags": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "status": "available"
}