Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ work on an issue, comment on it first and tell us the approach you want to take.
* Increase our test coverage.
* Fix a [bug](https://github.com/hashicorp/consul/labels/type/bug).
* Implement a requested [enhancement](https://github.com/hashicorp/consul/labels/type/enhancement).
* Improve our documentation and tutorials. Consul's [Documentation](https://developer.hashicorp.com/consul/docs) and [api godoc](https://godoc.org/github.com/hashicorp/consul/api)
are deployed from this repo.
* Improve our documentation and tutorials. Consul's [Documentation](https://developer.hashicorp.com/consul/docs) content is maintained in [hashicorp/web-unified-docs](https://github.com/hashicorp/web-unified-docs/tree/main/content/consul), and the [api godoc](https://godoc.org/github.com/hashicorp/consul/api) is published from this repo.
* Respond to questions about usage on the issue tracker or the Consul section of the [HashiCorp forum]: (https://discuss.hashicorp.com/c/consul)

### Reporting an Issue
Expand Down Expand Up @@ -107,10 +106,9 @@ If a dependency is added or change, run `go mod tidy` to update `go.mod` and `go

#### Developer Documentation

Developer-focused documentation about the Consul code base is under [./docs],
and godoc package document can be read at [pkg.go.dev/github.com/hashicorp/consul].
Developer-focused documentation about content is maintained in [hashicorp/web-unified-docs](https://github.com/hashicorp/web-unified-docs/tree/main/content/consul),
and godoc package documentation can be read at [pkg.go.dev/github.com/hashicorp/consul].

[./docs]: ../docs/README.md
[pkg.go.dev/github.com/hashicorp/consul]: https://pkg.go.dev/github.com/hashicorp/consul

### Testing
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ on:
pull_request:
branches-ignore:
- stable-website
- 'docs/**'
- 'ui/**'
- 'mktg-**' # Digital Team Terraform-generated branches' prefix
- 'backport/docs/**'
- 'backport/ui/**'
- 'backport/mktg-**'
push:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/reusable-conditional-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
files: |
.github/workflows/reusable-conditional-skip.yml
**.md
docs/**
docs/config/checklist-adding-config-fields.md
docs/contributing/add-a-changelog-entry.md
docs/contributing/fork-the-project.md
ui/**
website/**
grafana/**
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ on:
# paths-ignore only works for non-required checks.
# Jobs that are required for merge must use reusable-conditional-skip.yml.
paths-ignore:
- 'docs/**'
- 'docs/config/checklist-adding-config-fields.md'
- 'docs/contributing/add-a-changelog-entry.md'
- 'docs/contributing/fork-the-project.md'
- 'grafana/**'
- '.changelog/**'

Expand Down
88 changes: 0 additions & 88 deletions docs/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/acl/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/acl/erd.mmd

This file was deleted.

1 change: 0 additions & 1 deletion docs/acl/erd.svg

This file was deleted.

36 changes: 0 additions & 36 deletions docs/cli/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/client-agent/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/cluster-federation/README.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/cluster-federation/network-areas/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/cluster-membership/README.md

This file was deleted.

58 changes: 0 additions & 58 deletions docs/config/README.md

This file was deleted.

Loading
Loading