Skip to content

Commit

Permalink
move docs to another repo (#120)
Browse files Browse the repository at this point in the history
* move docs to another repo

* add gitter badge

* try fix codeclimate push
  • Loading branch information
Fs02 committed Sep 28, 2020
1 parent 6cbd00f commit 1d1e890
Show file tree
Hide file tree
Showing 54 changed files with 2 additions and 4,317 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Expand Up @@ -2,4 +2,3 @@ exclude_patterns:
- "**/vendor/"
- "**/*_test.go"
- adapter/specs/
- docs/
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -128,7 +128,7 @@ jobs:
if: github.event_name == 'pull_request'
- name: Set ENV for codeclimate (push)
run: |
echo "::set-env name=GIT_BRANCH::$GITHUB_REF"
echo "::set-env name=GIT_BRANCH::$GITHUB_HEAD_REF"
echo "::set-env name=GIT_COMMIT_SHA::$GITHUB_SHA"
if: github.event_name == 'push'
- run: cc-test-reporter before-build
Expand Down
61 changes: 0 additions & 61 deletions .github/workflows/website.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -7,5 +7,3 @@ debug.test
*.out
*.test
dist/
__pycache__/
site/
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -5,6 +5,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/go-rel/rel)](https://goreportcard.com/report/github.com/go-rel/rel)
[![Maintainability](https://api.codeclimate.com/v1/badges/194611cc82f02edcda6e/maintainability)](https://codeclimate.com/github/go-rel/rel/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/194611cc82f02edcda6e/test_coverage)](https://codeclimate.com/github/go-rel/rel/test_coverage)
[![Gitter chat](https://badges.gitter.im/go-rel/rel.png)](https://gitter.im/go-rel/rel)

> Modern Database Access Layer for Golang.
Expand Down
9 changes: 0 additions & 9 deletions docs/adapters.md

This file was deleted.

77 changes: 0 additions & 77 deletions docs/association.md

This file was deleted.

78 changes: 0 additions & 78 deletions docs/basics.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changelog/release-notes.md

This file was deleted.

107 changes: 0 additions & 107 deletions docs/crud.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/index.md

This file was deleted.

0 comments on commit 1d1e890

Please sign in to comment.