aboutsummaryrefslogtreecommitdiffstats
path: root/doc/shields.json
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-08-31 00:59:22 +0200
committertgingold <tgingold@users.noreply.github.com>2020-08-31 08:08:31 +0200
commit1c00b4812edb439f47938d074b9c4f73b2cc0ad3 (patch)
tree816fbcbb65594081b54c27c082c5dcc66f467889 /doc/shields.json
parente3672365cf95b98135c2b65446995dcd85b92d5e (diff)
downloadghdl-1c00b4812edb439f47938d074b9c4f73b2cc0ad3.tar.gz
ghdl-1c00b4812edb439f47938d074b9c4f73b2cc0ad3.tar.bz2
ghdl-1c00b4812edb439f47938d074b9c4f73b2cc0ad3.zip
ci: use buildthedocs/btd to build and publish the docs to GHP
Diffstat (limited to 'doc/shields.json')
-rw-r--r--doc/shields.json32
1 files changed, 4 insertions, 28 deletions
diff --git a/doc/shields.json b/doc/shields.json
index 8224fe0f9..da81ca57d 100644
--- a/doc/shields.json
+++ b/doc/shields.json
@@ -1,28 +1,4 @@
{
- "travis-ci": {
- "src": "travis/ghdl/ghdl/master.svg?logo=travis",
- "target": "https://travis-ci.org/ghdl/ghdl",
- "alt": "Build status by Travis-CI" },
- "appveyor": {
- "src": "appveyor/ci/tgingold/ghdl-psgys/master.svg?logo=appveyor&logoColor=aab2ab",
- "target": "https://ci.appveyor.com/project/tgingold/ghdl-psgys/branch/master",
- "alt": "Build status by AppVeyor" },
- "release": {
- "src": "github/release/ghdl/ghdl.svg?label=latest%20release",
- "target": "gh:ghdl/ghdl/releases",
- "alt": "Latest release" },
- "code-lic": {
- "src": "badge/code%20license-GPLv2-bd0000.svg?label=license&logo=gnu",
- "target": "Licenses.html",
- "alt": "GNU General Public License 2" },
- "doc-lic": {
- "src": "badge/doc%20license-CC--BY--SA--4.0-aab2ab.svg?",
- "target": "Licenses.html",
- "alt": "Creative Commons Attribution-ShareAlike 4.0" },
- "gitter": {
- "src": "badge/chat-on%20gitter-4db797.svg?logo=gitter&logoColor=4db797",
- "target": "https://gitter.im/ghdl1/Lobby",
- "alt": "Talk to us on Gitter" },
"issues-new": {
"src": "badge/new-issue-yellowgreen.svg?logo=github",
"target": "gh:ghdl/ghdl/issues/new",
@@ -59,8 +35,8 @@
"src": "github/contributors/ghdl/ghdl.svg?logo=github",
"target": "gh:ghdl/ghdl/graphs/contributors",
"alt": "Contributors" },
- "gh-logo": {
- "src": "badge/-ghdl/ghdl-323131.svg?logo=github",
- "target": "gh:ghdl/ghdl",
- "alt": "Source Code on GitHub" }
+ "gitter": {
+ "src": "badge/chat-on%20gitter-4db797.svg?logo=gitter&logoColor=4db797",
+ "target": "https://gitter.im/ghdl1/Lobby",
+ "alt": "Talk to us on Gitter" }
}