File tree 4 files changed +48
-15
lines changed
4 files changed +48
-15
lines changed Original file line number Diff line number Diff line change @@ -38,5 +38,11 @@ repos:
38
38
hooks :
39
39
- id : yamllint
40
40
41
+ - repo : https://github.com/thlorenz/doctoc
42
+ rev : v2.2.0
43
+ hooks :
44
+ - id : doctoc
45
+ args : [--update-only, --title, "## Table of Contents"]
46
+
41
47
ci :
42
48
skip : [golangci-lint-full]
Original file line number Diff line number Diff line change 3
3
The following is a set of guidelines for contributing to the NGINX Plus Go Client. We really appreciate that you are
4
4
considering contributing!
5
5
6
- ## Table Of Contents
7
-
8
- [ Ask a Question] ( #ask-a-question )
9
-
10
- [ Getting Started] ( #getting-started )
11
-
12
- [ Contributing] ( #contributing )
13
-
14
- [ Style Guides] ( #style-guides )
15
-
16
- - [ Git Style Guide] ( #git-style-guide )
17
- - [ Go Style Guide] ( #go-style-guide )
18
-
19
- [ Code of Conduct] ( CODE_OF_CONDUCT.md )
6
+ <!-- START doctoc generated TOC please keep comment here to allow auto update -->
7
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
8
+ ## Table of Contents
9
+
10
+ - [ Ask a Question] ( #ask-a-question )
11
+ - [ Getting Started] ( #getting-started )
12
+ - [ Contributing] ( #contributing )
13
+ - [ Report a Bug] ( #report-a-bug )
14
+ - [ Suggest an Enhancement] ( #suggest-an-enhancement )
15
+ - [ Open a Pull Request] ( #open-a-pull-request )
16
+ - [ Issue lifecycle] ( #issue-lifecycle )
17
+ - [ Style Guides] ( #style-guides )
18
+ - [ Git Style Guide] ( #git-style-guide )
19
+ - [ Go Style Guide] ( #go-style-guide )
20
+
21
+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
20
22
21
23
## Ask a Question
22
24
Original file line number Diff line number Diff line change 1
-
2
1
<!-- markdownlint-disable-next-line first-line-h1 -->
3
2
[ ![ OpenSSFScorecard] ( https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-plus-go-client/badge )] ( https://api.securityscorecards.dev/projects/github.com/nginxinc/nginx-plus-go-client )
4
3
[ ![ Continuous Integration] ( https://github.com/nginxinc/nginx-plus-go-client/workflows/Continuous%20Integration/badge.svg )] ( https://github.com/nginxinc/nginx-plus-go-client/actions )
15
14
16
15
This project includes a client library for working with NGINX Plus API.
17
16
17
+ <!-- START doctoc generated TOC please keep comment here to allow auto update -->
18
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
19
+ ## Table of Contents
20
+
21
+ - [ About the Client] ( #about-the-client )
22
+ - [ Compatibility] ( #compatibility )
23
+ - [ Using the Client] ( #using-the-client )
24
+ - [ Testing] ( #testing )
25
+ - [ Unit tests] ( #unit-tests )
26
+ - [ Integration tests] ( #integration-tests )
27
+ - [ Contacts] ( #contacts )
28
+ - [ Contributing] ( #contributing )
29
+ - [ Support] ( #support )
30
+
31
+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
32
+
18
33
## About the Client
19
34
20
35
` client/nginx.go ` includes functions and data structures for working with NGINX Plus API as well as some helper
Original file line number Diff line number Diff line change 2
2
3
3
This document outlines the steps involved in the release process for the NGINX Plus Go Client project.
4
4
5
+ <!-- START doctoc generated TOC please keep comment here to allow auto update -->
6
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
7
+ ## Table of Contents
8
+
9
+ - [ Versioning] ( #versioning )
10
+ - [ Release Planning and Development] ( #release-planning-and-development )
11
+ - [ Releasing a New Version] ( #releasing-a-new-version )
12
+
13
+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
14
+
5
15
## Versioning
6
16
7
17
The project follows [ Semantic Versioning] ( https://semver.org/ ) for versioning.
You can’t perform that action at this time.
0 commit comments