From 43bf3bca3122f83ef39c9f6ad2954c4264fade37 Mon Sep 17 00:00:00 2001 From: Gnimuc Date: Wed, 27 Feb 2019 20:16:18 +0800 Subject: [PATCH] Add doc badge --- README.md | 4 +++- docs/make.jl | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2aedd6..6cfa548 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ [![Build Status](https://travis-ci.com/Gnimuc/CImGui.jl.svg?branch=master)](https://travis-ci.com/Gnimuc/CImGui.jl) [![Build Status](https://ci.appveyor.com/api/projects/status/github/Gnimuc/CImGui.jl?svg=true)](https://ci.appveyor.com/project/Gnimuc/CImGui-jl) [![Codecov](https://codecov.io/gh/Gnimuc/CImGui.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Gnimuc/CImGui.jl) +[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://Gnimuc.github.io/CImGui.jl/stable) +[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://Gnimuc.github.io/CImGui.jl/dev) -This package is a thin wrapper over [cimgui](https://github.com/cimgui/cimgui) which is a thin c-api wrapper programmatically generated for the excellent C++ immediate mode gui [Dear ImGui](https://github.com/ocornut/imgui). +This package provides a Julia language wrapper for [cimgui](https://github.com/cimgui/cimgui): a thin c-api wrapper programmatically generated for the excellent C++ immediate mode gui [Dear ImGui](https://github.com/ocornut/imgui). ![demo](demo/demo.png) diff --git a/docs/make.jl b/docs/make.jl index a29199b..0d2d174 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,7 +14,4 @@ makedocs( deploydocs( repo = "github.com/Gnimuc/CImGui.jl.git", target = "build", - devbranch = "master", - devurl = "dev", - versions = ["stable" => "v^", "v#.#", devurl => devurl] )