https://github.com/ikrong/documents
Local Documentation. 你的本地文档。
https://github.com/ikrong/documents
angular docker documentation echarts electron element-plus frontend react vue website
Last synced: 2 months ago
JSON representation
Local Documentation. 你的本地文档。
- Host: GitHub
- URL: https://github.com/ikrong/documents
- Owner: ikrong
- License: mit
- Created: 2023-05-14T07:13:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T03:00:23.000Z (about 1 year ago)
- Last Synced: 2025-08-17T20:40:32.217Z (10 months ago)
- Topics: angular, docker, documentation, echarts, electron, element-plus, frontend, react, vue, website
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Documents
将一些文档制作成文档镜像,方便本地启动预览
## Features
说明:
1. 启动后可浏览支持的文档
2. 页面均尽可能去除广告追踪等外链,但部分 `playground` 依赖外部服务无法静态化
3. 镜像中只包含静态文件和一个非常小的静态服务器(仅2MB左右)
## Supports
支持的文档有:
| Name | UpdatedAt | Status | Docker Image Tag | Docker Pulls |
| ------ | ------ | ------ | ------ | ------ |
| vue | [](https://hub.docker.com/r/docworld/vue) | [](https://github.com/ikrong/documents/actions/workflows/vue.yml) | docworld/vue:latest
docworld/vue:zh-latest
docworld/vue:2
docworld/vue:zh-2 | [](https://hub.docker.com/r/docworld/vue) |
| react | [](https://hub.docker.com/r/docworld/react) | [](https://github.com/ikrong/documents/actions/workflows/react.yml) | docworld/react:latest
docworld/react:zh-latest | [](https://hub.docker.com/r/docworld/react) |
| angular | [](https://hub.docker.com/r/docworld/angular) | [](https://github.com/ikrong/documents/actions/workflows/angular.yml) | docworld/angular:latest | [](https://hub.docker.com/r/docworld/angular) |
| docker | [](https://hub.docker.com/r/docworld/docker) | [](https://github.com/ikrong/documents/actions/workflows/docker.yml) | docworld/docker:latest | [](https://hub.docker.com/r/docworld/docker) |
| echarts | [](https://hub.docker.com/r/docworld/echarts) | [](https://github.com/ikrong/documents/actions/workflows/echarts.yml) | docworld/echarts:latest | [](https://hub.docker.com/r/docworld/echarts) |
| element-plus | [](https://hub.docker.com/r/docworld/element-plus) | [](https://github.com/ikrong/documents/actions/workflows/element-plus.yml) | docworld/element-plus:latest | [](https://hub.docker.com/r/docworld/element-plus) |
| electron | [](https://hub.docker.com/r/docworld/electron) | [](https://github.com/ikrong/documents/actions/workflows/electron.yml) | docworld/electron:latest | [](https://hub.docker.com/r/docworld/electron) |
| sass | [](https://hub.docker.com/r/docworld/sass) | [](https://github.com/ikrong/documents/actions/workflows/sass.yml) | docworld/sass:latest | [](https://hub.docker.com/r/docworld/sass) |
| gorm | [](https://hub.docker.com/r/docworld/gorm) | [](https://github.com/ikrong/documents/actions/workflows/gorm.yml) | docworld/gorm:latest | [](https://hub.docker.com/r/docworld/gorm) |
| gin | [](https://hub.docker.com/r/docworld/gin) | [](https://github.com/ikrong/documents/actions/workflows/gin.yml) | docworld/gin:latest | [](https://hub.docker.com/r/docworld/gin) |
| tailwindcss | [](https://hub.docker.com/r/docworld/tailwindcss) | [](https://github.com/ikrong/documents/actions/workflows/tailwindcss.yml) | docworld/tailwindcss:latest | [](https://hub.docker.com/r/docworld/tailwindcss) |
目前部分镜像也发布在阿里云上了,如:
```shell
docker pull docworld/gin:latest
# 阿里云拉取命令为:
docker pull registry.cn-beijing.aliyuncs.com/docworld/gin:latest
```
## LICENSE
MIT LICENSE