Skip to content

Commit 4781204

Browse files
committed
Delete website
1 parent 504ed49 commit 4781204

Some content is hidden

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

51 files changed

+1
-2536
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
.bingo/variables.env -linguist-generated
33
dashboard/src/openapi-generator/** linguist-generated
44
internal/api/gen/** linguist-generated
5-
website/** linguist-documentation

.github/dependabot.yml

-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ updates:
2020
directory: "/dashboard"
2121
schedule:
2222
interval: "weekly"
23-
- package-ecosystem: "npm"
24-
directory: "/website"
25-
schedule:
26-
interval: "weekly"

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "website/themes/docsy"]
2-
path = website/themes/docsy
3-
url = https://github.com/google/docsy.git

.golangci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ run:
33
skip-dirs:
44
- dashboard
55
- hack
6-
- website
76

87
linters:
98
enable:

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"**/node_modules": true
77
},
88
"search.exclude": {
9-
"**/node_modules": true,
10-
"**/website": true
9+
"**/node_modules": true
1110
},
1211
"editor.formatOnSave": true,
1312
"[vue][javascript][typescript][scss][html][json][markdown][yaml][toml]": {

Makefile

-22
Original file line numberDiff line numberDiff line change
@@ -77,28 +77,6 @@ gen-goa:
7777
clean:
7878
rm -rf ./build ./dist
7979

80-
PROJECT := enduro
81-
UNAME_OS := $(shell uname -s)
82-
UNAME_ARCH := $(shell uname -m)
83-
CACHE_BASE := $(HOME)/.cache/$(PROJECT)
84-
CACHE := $(CACHE_BASE)/$(UNAME_OS)/$(UNAME_ARCH)
85-
CACHE_BIN := $(CACHE)/bin
86-
export PATH := $(abspath $(CACHE_BIN)):$(PATH)
87-
CACHE_VERSIONS := $(CACHE)/versions
88-
HUGO_VERSION := 0.90.0
89-
HUGO := $(CACHE_VERSIONS)/hugo/$(HUGO_VERSION)
90-
$(HUGO):
91-
@rm -f $(CACHE_BIN)/hugo
92-
@mkdir -p $(CACHE_BIN)
93-
curl -sSL "https://github.com/gohugoio/hugo/releases/download/v$(HUGO_VERSION)/hugo_extended_$(HUGO_VERSION)_Linux-64bit.tar.gz" | tar xzf - -C "$(CACHE_BIN)"
94-
chmod +x "$(CACHE_BIN)/hugo"
95-
@rm -rf $(dir $(HUGO))
96-
@mkdir -p $(dir $(HUGO))
97-
@touch $(HUGO)
98-
99-
website: $(HUGO)
100-
hugo serve --source=website/
101-
10280
gen-dashboard-client:
10381
@rm -rf $(CURDIR)/dashboard/src/openapi-generator
10482
@docker container run --rm --user $(shell id -u):$(shell id -g) --volume $(CURDIR):/local openapitools/openapi-generator-cli:v6.0.0 \

codecov.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ ignore:
2323
- "build"
2424
- "hack"
2525
- "dashboard"
26-
- "website"
2726
- "fake"
2827
- "gen"

netlify.toml

-32
This file was deleted.

website/.gitignore

-4
This file was deleted.

website/assets/enduro.toml

-1
This file was deleted.

website/assets/scss/_variables_project.scss

-126
This file was deleted.

website/config.toml

-113
This file was deleted.

website/content/en/_index.html

-12
This file was deleted.

website/content/en/docs/_index.md

-21
This file was deleted.

0 commit comments

Comments
 (0)