Skip to content

Commit e3b0baf

Browse files
authoredJun 17, 2021
docs: Added auto-formating and link localizing for all docs. (thanos-io#4339)
* docs: Added auto-formating and link localizing for all docs. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com> * docs: Added auto-formating and link localizing for all docs. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
1 parent 13ab756 commit e3b0baf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1583
-2278
lines changed
 

‎.bingo/Variables.mk

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.4.0. DO NOT EDIT.
1+
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.4.3. DO NOT EDIT.
22
# All tools are designed to be build inside $GOBIN.
33
BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
44
GOPATH ?= $(shell go env GOPATH)
@@ -23,17 +23,11 @@ $(ALERTMANAGER): $(BINGO_DIR)/alertmanager.mod
2323
@echo "(re)installing $(GOBIN)/alertmanager-v0.20.0"
2424
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=alertmanager.mod -o=$(GOBIN)/alertmanager-v0.20.0 "github.com/prometheus/alertmanager/cmd/alertmanager"
2525

26-
BINGO := $(GOBIN)/bingo-v0.3.0
26+
BINGO := $(GOBIN)/bingo-v0.4.3
2727
$(BINGO): $(BINGO_DIR)/bingo.mod
2828
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
29-
@echo "(re)installing $(GOBIN)/bingo-v0.3.0"
30-
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=bingo.mod -o=$(GOBIN)/bingo-v0.3.0 "github.com/bwplotka/bingo"
31-
32-
EMBEDMD := $(GOBIN)/embedmd-v0.0.0-20181127031020-97c13d6e4160
33-
$(EMBEDMD): $(BINGO_DIR)/embedmd.mod
34-
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
35-
@echo "(re)installing $(GOBIN)/embedmd-v0.0.0-20181127031020-97c13d6e4160"
36-
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=embedmd.mod -o=$(GOBIN)/embedmd-v0.0.0-20181127031020-97c13d6e4160 "github.com/campoy/embedmd"
29+
@echo "(re)installing $(GOBIN)/bingo-v0.4.3"
30+
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=bingo.mod -o=$(GOBIN)/bingo-v0.4.3 "github.com/bwplotka/bingo"
3731

3832
FAILLINT := $(GOBIN)/faillint-v1.5.0
3933
$(FAILLINT): $(BINGO_DIR)/faillint.mod
@@ -95,6 +89,12 @@ $(JSONNETFMT): $(BINGO_DIR)/jsonnetfmt.mod
9589
@echo "(re)installing $(GOBIN)/jsonnetfmt-v0.17.0"
9690
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=jsonnetfmt.mod -o=$(GOBIN)/jsonnetfmt-v0.17.0 "github.com/google/go-jsonnet/cmd/jsonnetfmt"
9791

92+
MDOX := $(GOBIN)/mdox-v0.2.2-0.20210617084122-22b44c491197
93+
$(MDOX): $(BINGO_DIR)/mdox.mod
94+
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
95+
@echo "(re)installing $(GOBIN)/mdox-v0.2.2-0.20210617084122-22b44c491197"
96+
@cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=mdox.mod -o=$(GOBIN)/mdox-v0.2.2-0.20210617084122-22b44c491197 "github.com/bwplotka/mdox"
97+
9898
MINIO := $(GOBIN)/minio-v0.0.0-20200527010300-cccf2de129da
9999
$(MINIO): $(BINGO_DIR)/minio.mod
100100
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.

‎.bingo/bingo.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22

33
go 1.14
44

5-
require github.com/bwplotka/bingo v0.3.0
5+
require github.com/bwplotka/bingo v0.4.3

0 commit comments

Comments
 (0)
Please sign in to comment.