Skip to content

Commit e3b0baf

Browse files
authored
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

File tree

71 files changed

+1583
-2278
lines changed

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

Lines changed: 10 additions & 10 deletions
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

Lines changed: 1 addition & 1 deletion
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

.bingo/embedmd.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bingo/mdox.mod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
2+
3+
go 1.16
4+
5+
replace github.com/Kunde21/markdownfmt/v2 => github.com/bwplotka/markdownfmt/v2 v2.0.0-20210616121647-559e77044d46
6+
7+
require github.com/bwplotka/mdox v0.2.2-0.20210617084122-22b44c491197

.bingo/variables.env

Lines changed: 4 additions & 4 deletions
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
# Those variables will work only until 'bingo get' was invoked, or if tools were installed via Makefile's Variables.mk.
44
GOBIN=${GOBIN:=$(go env GOBIN)}
@@ -10,9 +10,7 @@ fi
1010

1111
ALERTMANAGER="${GOBIN}/alertmanager-v0.20.0"
1212

13-
BINGO="${GOBIN}/bingo-v0.3.0"
14-
15-
EMBEDMD="${GOBIN}/embedmd-v0.0.0-20181127031020-97c13d6e4160"
13+
BINGO="${GOBIN}/bingo-v0.4.3"
1614

1715
FAILLINT="${GOBIN}/faillint-v1.5.0"
1816

@@ -34,6 +32,8 @@ JSONNET="${GOBIN}/jsonnet-v0.17.0"
3432

3533
JSONNETFMT="${GOBIN}/jsonnetfmt-v0.17.0"
3634

35+
MDOX="${GOBIN}/mdox-v0.2.2-0.20210617084122-22b44c491197"
36+
3737
MINIO="${GOBIN}/minio-v0.0.0-20200527010300-cccf2de129da"
3838

3939
PROMDOC="${GOBIN}/promdoc-v0.7.0"

CHANGELOG.md

Lines changed: 70 additions & 96 deletions
Large diffs are not rendered by default.

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ Thanos follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blo
44

55
# Enforcement
66

7-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting
8-
the project team members (e.g @bwplotka, @povilasv) at [CNCF slack workspace](https://slack.cncf.io/).
9-
The project team will review and investigate all complaints,
10-
and will respond in a way that it deems appropriate to the circumstances.
11-
The project team is obligated to maintain confidentiality with regard to the
12-
reporter of an incident. Further details of specific enforcement policies may be posted separately.
7+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team members (e.g @bwplotka, @povilasv) at [CNCF slack workspace](https://slack.cncf.io/). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
138

14-
Project maintainers who do not follow or enforce the Code of Conduct in good faith may
15-
face temporary or permanent repercussions as determined by other members of the project's leadership.
9+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
1610

1711
## Attribution
1812

0 commit comments

Comments
 (0)