Skip to content

Commit

Permalink
Move docs to elemental.docs.rancher.com
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
  • Loading branch information
frelon committed Sep 19, 2023
1 parent 6fa99af commit 0b09722
Show file tree
Hide file tree
Showing 182 changed files with 6 additions and 27,512 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/docs-publish.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,3 @@ license-check:

.PHONY: lint
lint: fmt vet

.PHONY: build-docs
build-docs:
@./scripts/docs-build.sh
cd docs && go run generate_docs.go
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Elemental-toolkit is a toolkit to build, ship and maintain cloud-init driven Lin

It is designed to reduce the maintenance surface, with a flexible approach to provide upgrades from container registries. It is cloud-init driven and also designed to be adaptive-first, allowing easily to build changes on top.

Documentation is available at [https://rancher.github.io/elemental-toolkit/docs](https://rancher.github.io/elemental-toolkit/docs)

## Design goals

- A Manifest for container-based OS. It contains just the common bits to make a container image bootable and to be upgraded from, with little customization on top
Expand All @@ -22,7 +20,7 @@ Documentation is available at [https://rancher.github.io/elemental-toolkit/docs]

### Quick start

Check out our [getting-started](https://rancher.github.io/elemental-toolkit/docs/getting-started/) section in the documentation.
Check out our [getting-started](https://elemental.docs.rancher.com/toolkit/) section in the documentation.

## License

Expand Down
4 changes: 2 additions & 2 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/rancher/elemental-toolkit/pkg/features"
)

func InitCmd(root *cobra.Command) *cobra.Command {
func NewInitCmd(root *cobra.Command) *cobra.Command {
c := &cobra.Command{
Use: "init FEATURES",
Short: "Initialize container image for booting",
Expand Down Expand Up @@ -68,4 +68,4 @@ func InitCmd(root *cobra.Command) *cobra.Command {
return c
}

var _ = InitCmd(rootCmd)
var _ = NewInitCmd(rootCmd)
23 changes: 0 additions & 23 deletions docs/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/archetypes/default.md

This file was deleted.

Loading

0 comments on commit 0b09722

Please sign in to comment.