Skip to content

Commit

Permalink
Remove docs (#1415)
Browse files Browse the repository at this point in the history
* remove docsy as submodule

Signed-off-by: Mauro Morales <[email protected]>

* remove docs

Signed-off-by: Mauro Morales <[email protected]>

---------

Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales authored May 17, 2023
1 parent 38da073 commit fdea673
Show file tree
Hide file tree
Showing 136 changed files with 0 additions and 15,880 deletions.
1 change: 0 additions & 1 deletion .github/workflows/image-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
pull_request:
paths:
- '**'
- '!docs/**'

concurrency:
group: ci-arm-${{ github.head_ref || github.ref }}-${{ github.repository }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on:
- master
paths:
- '**'
- '!docs/**'
pull_request:
paths:
- '**'
- '!docs/**'
workflow_dispatch:
inputs:
immucore_dev:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ on:
push:
branches:
- master
paths:
- '!docs/**'
pull_request:
paths:
- '**'
- '!docs/**'
env:
FORCE_COLOR: 1
jobs:
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/schema.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,9 @@
/cli/cli
/kairos
/dist
/docs/bin
/docs/.hugo_build.lock
/build
docs/node_modules
docs/public
!docs/public/favicon
!docs/public/CNAME
docs/dist
docs/.vscode
coverage.out
.DS_Store
/docs/bin/
/docs/public/
/docs/resources/
/docs/node_modules/
/docs/tech-doc-hugo
internal/webui/public/cypress/videos/

node_modules/
Expand Down
7 changes: 0 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@

[submodule "themes/docsy"]
path = themes/docsy
url = https://github.com/google/docsy
[submodule "docs/themes/docsy"]
path = docs/themes/docsy
url = https://github.com/google/docsy.git
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

18 changes: 0 additions & 18 deletions docs/Makefile

This file was deleted.

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

This file was deleted.

Empty file removed docs/assets/css/sections.css
Empty file.
21 changes: 0 additions & 21 deletions docs/assets/icons/logo.svg

This file was deleted.

Loading

0 comments on commit fdea673

Please sign in to comment.