Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
ci(ci): travis change to gitlab action; update readme;
Browse files Browse the repository at this point in the history
  • Loading branch information
amazing-gao committed Aug 2, 2020
1 parent 2b9c0bd commit d2fb5b1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 42 deletions.
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[![Downloads][downloads-image]][downloads-url]
[![Dependency Status][david-img]][david-url]

[travis-img]: https://travis-ci.org/amazing-gao/koa-oai-router.svg?branch=master
[travis-url]: https://travis-ci.org/amazing-gao/koa-oai-router
[travis-img]: https://github.com/amazing-gao/koa-oai-router/workflows/Node.js%20CI/badge.svg
[travis-url]: https://github.com/amazing-gao/koa-oai-router/actions
[coveralls-img]: https://coveralls.io/repos/github/amazing-gao/koa-oai-router/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/amazing-gao/koa-oai-router?branch=master
[npm-img]: https://img.shields.io/npm/v/koa-oai-router.svg
Expand Down Expand Up @@ -57,21 +57,21 @@ BTW,PR & Issue & Star are welcome! : )
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->
<!-- code_chunk_output -->

* [Koa-OAI-Router](#koa-oai-router)
* [Features](#features)
* [Migration](#migration)
* [Installation](#installation)
* [Getting Started](#getting-started)
* [Creating web server](#creating-web-server)
* [Creating business middleware](#creating-business-middleware)
* [Creating api doc](#creating-api-doc)
* [Writing api base info](#writing-api-base-info)
* [Writing `paths` info](#writing-paths-info)
* [Writing `definitions` info](#writing-definitions-info)
* [Enjoying api-explorer](#enjoying-api-explorer)
* [Documentation](#documentation)
* [Ecosystem](#ecosystem)
* [Plan](#plan)
- [Koa-OAI-Router](#koa-oai-router)
- [Features](#features)
- [Migration](#migration)
- [Installation](#installation)
- [Getting Started](#getting-started)
- [Creating web server](#creating-web-server)
- [Creating business middleware](#creating-business-middleware)
- [Creating api doc](#creating-api-doc)
- [Writing api base info](#writing-api-base-info)
- [Writing `paths` info](#writing-paths-info)
- [Writing `definitions` info](#writing-definitions-info)
- [Enjoying api-explorer](#enjoying-api-explorer)
- [Documentation](#documentation)
- [Ecosystem](#ecosystem)
- [Plan](#plan)

<!-- /code_chunk_output -->

Expand Down
34 changes: 17 additions & 17 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[![Downloads][downloads-image]][downloads-url]
[![Dependency Status][david-img]][david-url]

[travis-img]: https://travis-ci.org/amazing-gao/koa-oai-router.svg?branch=master
[travis-url]: https://travis-ci.org/amazing-gao/koa-oai-router
[travis-img]: https://github.com/amazing-gao/koa-oai-router/workflows/Node.js%20CI/badge.svg
[travis-url]: https://github.com/amazing-gao/koa-oai-router/actions
[coveralls-img]: https://coveralls.io/repos/github/amazing-gao/koa-oai-router/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/amazing-gao/koa-oai-router?branch=master
[npm-img]: https://img.shields.io/npm/v/koa-oai-router.svg
Expand Down Expand Up @@ -57,21 +57,21 @@
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->
<!-- code_chunk_output -->

* [Koa-OAI-Router](#koa-oai-router)
* [特性](#特性)
* [迁移](#迁移)
* [安装](#安装)
* [快速入门](#快速入门)
* [编写WEB服务](#编写web服务)
* [编写业务中间件](#编写业务中间件)
* [编写Api描述文档](#编写api描述文档)
* [编写基础信息](#编写基础信息)
* [编写`paths`信息](#编写paths信息)
* [编写`definitions`信息](#编写definitions信息)
* [体验api-explorer](#体验api-explorer)
* [文档](#文档)
* [生态](#生态)
* [计划](#计划)
- [Koa-OAI-Router](#koa-oai-router)
- [特性](#特性)
- [迁移](#迁移)
- [安装](#安装)
- [快速入门](#快速入门)
- [编写WEB服务](#编写web服务)
- [编写业务中间件](#编写业务中间件)
- [编写Api描述文档](#编写api描述文档)
- [编写基础信息](#编写基础信息)
- [编写`paths`信息](#编写paths信息)
- [编写`definitions`信息](#编写definitions信息)
- [体验api-explorer](#体验api-explorer)
- [文档](#文档)
- [生态](#生态)
- [计划](#计划)

<!-- /code_chunk_output -->

Expand Down

0 comments on commit d2fb5b1

Please sign in to comment.