Skip to content

Commit 34166ed

Browse files
removes docs code and related changes (#23398)
* removes docs code and related changes * adds changelog * move logo.svg into ui folder
1 parent 4ae45d4 commit 34166ed

1,228 files changed

Lines changed: 5 additions & 217418 deletions

File tree

Some content is hidden

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

.changelog/23398.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:improvement
2+
ui: removed consul docs website related code as it is being maintained in a separate internal repository.
3+
```

.github/CODEOWNERS

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
* @hashicorp/consul-selfmanage-maintainers @hashicorp/team-consul-core
22

33

4-
# engineering and web presence get notified of, and can approve changes to web tooling, but not content.
5-
6-
/website/ @hashicorp/consul-selfmanage-maintainers @hashicorp/web-presence
7-
/website/data/
8-
/website/public/
9-
/website/content/
10-
11-
# education and engineering get notified of, and can approve changes to web content.
12-
13-
/website/data/ @hashicorp/consul-selfmanage-maintainers @hashicorp/consul-docs
14-
/website/public/ @hashicorp/consul-selfmanage-maintainers @hashicorp/consul-docs
15-
/website/content/ @hashicorp/consul-selfmanage-maintainers @hashicorp/consul-docs
16-
174

185
# release configuration
196
/.release/ @hashicorp/consul-selfmanage-maintainers @hashicorp/team-selfmanaged-releng

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@ updates:
1212
- "pr/no-changelog"
1313
schedule:
1414
interval: daily
15-
- package-ecosystem: npm
16-
open-pull-requests-limit: 5
17-
directory: "/website"
18-
labels:
19-
- "javascript"
20-
- "dependencies"
21-
- "type/docs-cherrypick"
22-
- "pr/no-changelog"
23-
schedule:
24-
interval: daily
2515
- package-ecosystem: github-actions
2616
open-pull-requests-limit: 5
2717
directory: /

.github/pr-labeler.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ theme/connect:
3939
- any-glob-to-any-file:
4040
- connect/**/*
4141
- agent/connect/**/*
42-
# theme/consul-nomad:
43-
theme/consul-terraform-sync:
44-
- changed-files:
45-
- any-glob-to-any-file:
46-
- website/content/docs/nia/**/*
47-
- website/content/docs/integrate/nia*
4842
# theme/consul-vault:
4943
theme/contributing:
5044
- changed-files:
@@ -102,7 +96,3 @@ type/ci:
10296
- any-glob-to-any-file:
10397
- .github/workflows/*
10498
# type/crash:
105-
type/docs:
106-
- changed-files:
107-
- any-glob-to-any-file:
108-
- website/**/*

.github/workflows/broken-link-check.yml

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

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ coverage.out
2727
.LSOverride
2828
.fseventsd
2929

30-
# Web artifacts
31-
website/.bundle
32-
website/build/
33-
website/npm-debug.log
34-
website/vendor
35-
3630
### Terraform gitignore ###
3731
# Local .terraform directories
3832
**/.terraform/*

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,10 +524,6 @@ print-% : ; @echo $($*) ## utility to echo a makefile variable (i.e. 'make prin
524524
module-versions: ## Print a list of modules which can be updated. Columns are: module current_version date_of_current_version latest_version
525525
@go list -m -u -f '{{if .Update}} {{printf "%-50v %-40s" .Path .Version}} {{with .Time}} {{ .Format "2006-01-02" -}} {{else}} {{printf "%9s" ""}} {{end}} {{ .Update.Version}} {{end}}' all
526526

527-
.PHONY: docs
528-
docs: ## Point your web browser to http://localhost:3000/consul to live render docs from ./website/
529-
make -C website
530-
531527
##@ Release
532528

533529
.PHONY: version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1>
2-
<img src="./website/public/img/logo.svg" align="left" height="46px" alt="Consul logo"/>
2+
<img src="./ui/logo.svg" align="left" height="46px" alt="Consul logo"/>
33
<span>Consul</span>
44
</h1>
55

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ contain other important source related to Consul.
6161
monitor Consul.
6262

6363
[ui]: https://github.com/hashicorp/consul/tree/main/ui
64-
[website]: https://github.com/hashicorp/consul/tree/main/website
6564
[.github]: https://github.com/hashicorp/consul/tree/main/.github
6665
[.changelog]: https://github.com/hashicorp/consul/tree/main/.changelog
6766
[hashicorp/go-changelog]: https://github.com/hashicorp/go-changelog

docs/contributing/add-a-changelog-entry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Some common values are:
3434
if no more specific `<code area>` applies
3535
- `http`: related to the HTTP API interface and its endpoints
3636
- `dns`: related to DNS functionality
37-
- `ui`: any change related to the built-in Consul UI (`website/` folder)
37+
- `ui`: any change related to the built-in Consul UI (`ui/` folder)
3838

3939
Look in the [`.changelog/`](../.changelog) folder for examples of existing changelog entries.
4040

0 commit comments

Comments
 (0)