# pages

* [Docs](#docs)
  * [Cloudflare](#cloudflare)
  * [Github](#github)
* [Gitbook](#gitbook)
* [CN](#cn)

## Docs

### Cloudflare

<https://developers.cloudflare.com/pages/functions/>

* full-stack with Cloudflare Worker

Snippets(Paid) vs Workers: <https://developers.cloudflare.com/rules/snippets/when-to-use/#snippets-vs-workers-feature-comparison>

### Github

<https://docs.github.com/en/pages/getting-started-with-github-pages/github-pages-limits>

* soft bandwidth limit of 100 GB per month
* 10 builds per hour

## Gitbook

<https://toolchain.gitbook.com/structure.html>

```
book.json
    {
        "root": "./docs"
    }

LANGS.md    # https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
    * [English](en/)
    * [Chinese](zh/)
```

## CN

| Price | Free           | Site                                                    |
| ----- | -------------- | ------------------------------------------------------- |
| 9.9/m | TencentEdgeOne | <https://cloud.tencent.com/document/product/1552/94165> |
| 已下线   | Gitee          | <https://gitee.com/help/articles/4136>                  |
