Skip to content

Commit

Permalink
chore: move documentation to readthedocs
Browse files Browse the repository at this point in the history
Yes.  I'm aware of the size of this change.  I cringed also. One must hunt down all URLs and change them. 😄

Fixes #11390

### Motivation

Moving to readthedocs so we can have versioned docs easily and standardize like argo-cd and other projects have already.

### Modifications

- [x] add .readthedocs.yml
- [x] add docs/requirements.txt and use it in Makefile
- [x] update urls in code
  - [x] sdk and other files updates were from `make pre-commit -B` locally
- [x] update .spelling with words to exlude during spellcheck
  - [x] alphabetize
- [x] update gh-pages branch with meta tags to handle redirects #12212
- [x] update /hack script to use new mkdocs built-in validation (example result [here](https://github.com/argoproj/argo-workflows/actions/runs/7210935020/job/19645182282?pr=12360#step:6:148))

Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Tim Collins <tim@thecollins.team>
  • Loading branch information
jmeridth and tico24 committed Dec 18, 2023
1 parent 7bb40ef commit 616231d
Show file tree
Hide file tree
Showing 467 changed files with 564 additions and 520 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: false

contact_links:
- name: Have you read the docs?
url: https://argoproj.github.io/argo-workflows/
url: https://argo-workflows.readthedocs.io/en/stable/
about: Much help can be found in the docs
- name: Ask a question
url: https://github.com/argoproj/argo-workflows/discussions/new
Expand Down
11 changes: 11 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
formats: all
mkdocs:
fail_on_warning: false
python:
install:
- requirements: docs/requirements.txt
build:
os: "ubuntu-22.04"
tools:
python: "3.12"
60 changes: 40 additions & 20 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@
Alexandre
Alibaba
Ang
Ansible
Anthos
ArgoLabs
Artifactory
Beda
BlackRock
Breitgand
Codespaces
Expand All @@ -42,13 +44,18 @@ ClusterRoleBinding
CRD
CRDs
CloudSQL
CronWorkflow
CronWorkflows
DataDog
Dataflow
Devenv
DevOps
Dex
DinD
EditorConfig
EtcD
EventRouter
Generator
GitOps
Github
Golang
Expand All @@ -67,16 +74,21 @@ Istio
Jemison
JetBrains
KNative
K8s
Kaniko
Katacoda
Katib
Kedro
Kerberos
Killercoda
KubectlExec
Kubeflow
Kustomize
LDFlags
Lifecycle-Hook
LitmusChaos
metadata
Makefile
Metaflow
MLOps
MinIO
Minikube
Expand All @@ -88,24 +100,34 @@ Node.JS.
OAuth
OAuth2
Okta
parameterizing
Onepanel
OpenShift
OpenStreetMap
Orchest
Parameterization
PDBs
PProf
PVCs
Peixuan
Ploomber
Postgres
Polyaxon
Quickstart
RCs
Roadmap
RoleBinding
Rollouts
s3
SageMaker
SDKs
SECURITY.md
Seldon
ServiceAccount
Sharding
shortcodes
Singer.io
Snyk
SQLFlow
Sumit
Tekton
Traefik
Expand All @@ -131,6 +153,9 @@ config
cpu
cron
daemoned
dependabot
dev
devenv
dockershim
dropdown
e.g.
Expand All @@ -142,31 +167,40 @@ errored
expr
fibonacci
finalizer
gitops
govaluate
gzipped
Generator
i.e.
idempotence
instantiator
instantiators
jenkins
k3d
k3s
k8s-jobs
kube
kube-scheduler
kube-apiserver
kubectl
kubelet
kubernetes
liveness
localhost
maxFailures
maxSuccess
memoization
memoized
memoizing
metadata
minikube
mutex
namespace
namespaces
natively
nix.conf
OpenAPI
p.m.
parameterizing
params
pprof
pre-commit
Expand All @@ -178,6 +212,8 @@ runtimes
sandboxed
stateful
stderr
templating
tolerations
un-reconciled
v1
v1.0
Expand Down Expand Up @@ -211,6 +247,7 @@ v3.4
v3.4.
v3.5
validator
vendored
versioning
webHDFS
webhook
Expand All @@ -219,20 +256,3 @@ workflow-controller-configmap
WorkflowTemplate
WorkflowTemplates
yaml
idempotence
kube-scheduler
kube-apiserver
kubectl
Makefile
Devenv
devenv
vendored
nix.conf
LDFlags
dev
dependabot
CronWorkflow
CronWorkflows
maxFailures
maxSuccess
gitops
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ docs-lint: /usr/local/bin/markdownlint
/usr/local/bin/mkdocs:
# update this in Nix when upgrading it here
ifneq ($(USE_NIX), true)
python -m pip install mkdocs==1.2.4 mkdocs_material==8.1.9 mkdocs-spellcheck==0.2.1
python -m pip install --no-cache-dir -r docs/requirements.txt
endif

.PHONY: docs
Expand Down Expand Up @@ -758,4 +758,3 @@ release-notes: /dev/null
.PHONY: checksums
checksums:
sha256sum ./dist/argo-*.gz | awk -F './dist/' '{print $$1 $$2}' > ./dist/argo-workflows-cli-checksums.txt

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Argo is a [Cloud Native Computing Foundation (CNCF)](https://cncf.io/) graduated

## Use Cases

* [Machine Learning pipelines](https://argoproj.github.io/argo-workflows/use-cases/machine-learning/)
* [Data and batch processing](https://argoproj.github.io/argo-workflows/use-cases/data-processing/)
* [Infrastructure automation](https://argoproj.github.io/argo-workflows/use-cases/infrastructure-automation/)
* [CI/CD](https://argoproj.github.io/argo-workflows/use-cases/ci-cd/)
* [Other use cases](https://argoproj.github.io/argo-workflows/use-cases/other/)
* [Machine Learning pipelines](https://argo-workflows.readthedocs.io/en/stable/use-cases/machine-learning/)
* [Data and batch processing](https://argo-workflows.readthedocs.io/en/stable/use-cases/data-processing/)
* [Infrastructure automation](https://argo-workflows.readthedocs.io/en/stable/use-cases/infrastructure-automation/)
* [CI/CD](https://argo-workflows.readthedocs.io/en/stable/use-cases/ci-cd/)
* [Other use cases](https://argo-workflows.readthedocs.io/en/stable/use-cases/other/)

## Why Argo Workflows?

Expand Down Expand Up @@ -75,11 +75,11 @@ Check out our [Java, Golang and Python clients](docs/client-libraries.md).
## Quickstart

* [Get started here](docs/quick-start.md)
* [Walk-through examples](https://argoproj.github.io/argo-workflows/walk-through/)
* [Walk-through examples](https://argo-workflows.readthedocs.io/en/stable/walk-through/)

## Documentation

[View the docs](https://argoproj.github.io/argo-workflows/)
[View the docs](https://argo-workflows.readthedocs.io/en/stable/)

## Features

Expand Down
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/argo/commands/common/get_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ func Test_printWorkflowHelperNudges(t *testing.T) {

securityNudges := "This workflow does not have security context set. " +
"You can run your workflow pods more securely by setting it.\n" +
"Learn more at https://argoproj.github.io/argo-workflows/workflow-pod-security-context/\n"
"Learn more at https://argo-workflows.readthedocs.io/en/stable/workflow-pod-security-context/\n"

t.Run("SecuredWorkflow", func(t *testing.T) {
output := PrintWorkflowHelper(&securedWf, GetFlags{})
Expand Down
4 changes: 2 additions & 2 deletions cmd/argo/commands/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ See %s`, help.ArgoServer),
}

} else {
log.Warn("You are running in insecure mode. Learn how to enable transport layer security: https://argoproj.github.io/argo-workflows/tls/")
log.Warn("You are running in insecure mode. Learn how to enable transport layer security: https://argo-workflows.readthedocs.io/en/stable/tls/")
}

modes := auth.Modes{}
Expand All @@ -149,7 +149,7 @@ See %s`, help.ArgoServer),
}
}
if reflect.DeepEqual(modes, auth.Modes{auth.Server: true}) {
log.Warn("You are running without client authentication. Learn how to enable client authentication: https://argoproj.github.io/argo-workflows/argo-server-auth-mode/")
log.Warn("You are running without client authentication. Learn how to enable client authentication: https://argo-workflows.readthedocs.io/en/stable/argo-server-auth-mode/")
}

opts := apiserver.ArgoServerOpts{
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type Config struct {
InitialDelay metav1.Duration `json:"initialDelay,omitempty"`

// The command/args for each image, needed when the command is not specified and the emissary executor is used.
// https://argoproj.github.io/argo-workflows/workflow-executors/#emissary-emissary
// https://argo-workflows.readthedocs.io/en/stable/workflow-executors/#emissary-emissary
Images map[string]Image `json:"images,omitempty"`

// Workflow retention by number of workflows
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Argo is a [Cloud Native Computing Foundation (CNCF)](https://cncf.io/) graduated

## Use Cases

* [Machine Learning pipelines](https://argoproj.github.io/argo-workflows/use-cases/machine-learning/)
* [Data and batch processing](https://argoproj.github.io/argo-workflows/use-cases/data-processing/)
* [Infrastructure automation](https://argoproj.github.io/argo-workflows/use-cases/infrastructure-automation/)
* [CI/CD](https://argoproj.github.io/argo-workflows/use-cases/ci-cd/)
* [Other use cases](https://argoproj.github.io/argo-workflows/use-cases/other/)
* [Machine Learning pipelines](https://argo-workflows.readthedocs.io/en/stable/use-cases/machine-learning/)
* [Data and batch processing](https://argo-workflows.readthedocs.io/en/stable/use-cases/data-processing/)
* [Infrastructure automation](https://argo-workflows.readthedocs.io/en/stable/use-cases/infrastructure-automation/)
* [CI/CD](https://argo-workflows.readthedocs.io/en/stable/use-cases/ci-cd/)
* [Other use cases](https://argo-workflows.readthedocs.io/en/stable/use-cases/other/)

## Why Argo Workflows?

Expand Down
2 changes: 1 addition & 1 deletion docs/argo-server-sso-argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ metadata:
data:
# SSO Configuration for the Argo server.
# You must also start argo server with `--auth-mode sso`.
# https://argoproj.github.io/argo-workflows/argo-server-auth-mode/
# https://argo-workflows.readthedocs.io/en/stable/argo-server-auth-mode/
sso: |
# This is the root URL of the OIDC provider (required).
issuer: https://argo-cd.mydomain.com/api/dex
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/argo_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argo server [flags]

```
See https://argoproj.github.io/argo-workflows/argo-server/
See https://argo-workflows.readthedocs.io/en/stable/argo-server/
```

### Options
Expand Down
6 changes: 3 additions & 3 deletions docs/offloading-large-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ size limit. To resolve, either enable node status offload as described
above or look for ways to reduce the size of your workflow manifest:

- Use `withItems` or `withParams` to consolidate similar templates into a single parametrized template
- Use [template defaults](https://argoproj.github.io/argo-workflows/template-defaults/) to factor shared template options to the workflow level
- Use [workflow templates](https://argoproj.github.io/argo-workflows/workflow-templates/) to factor frequently-used templates into separate resources
- Use [workflows of workflows](https://argoproj.github.io/argo-workflows/workflow-of-workflows/) to factor a large workflow into a workflow of smaller workflows
- Use [template defaults](https://argo-workflows.readthedocs.io/en/stable/template-defaults/) to factor shared template options to the workflow level
- Use [workflow templates](https://argo-workflows.readthedocs.io/en/stable/workflow-templates/) to factor frequently-used templates into separate resources
- Use [workflows of workflows](https://argo-workflows.readthedocs.io/en/stable/workflow-of-workflows/) to factor a large workflow into a workflow of smaller workflows
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
mkdocs==1.5.0
mkdocs-material==8.2.6
mkdocs-spellcheck==0.2.1
markdown_include==0.6.0
pygments==2.15.0
jinja2==3.0.3
markdown==3.3.7
2 changes: 1 addition & 1 deletion docs/running-nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Nix is a package manager / build tool which focuses on reproducible build enviro
Argo Workflows has some basic support for Nix which is enough to get Argo Workflows up and running with minimal effort.
Here are the steps to follow:

1. Modify your hosts file and set up a Kubernetes cluster according to [Running Locally](https://argoproj.github.io/argo-workflows/running-locally/). Don't worry about the other instructions.
1. Modify your hosts file and set up a Kubernetes cluster according to [Running Locally](https://argo-workflows.readthedocs.io/en/stable/running-locally/). Don't worry about the other instructions.
1. Install [Nix](https://nixos.org/download.html).
1. Run `nix develop --extra-experimental-features nix-command --extra-experimental-features flakes ./dev/nix/ --impure` (you can add the extra features as a default in your `nix.conf` file).
1. Run `devenv up`.
Expand Down
2 changes: 1 addition & 1 deletion docs/walk-through/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Artifacts are packaged as Tarballs and gzipped by default. You may customize thi

## Artifact Garbage Collection

As of version 3.4 you can configure your Workflow to automatically delete Artifacts that you don't need (visit [artifact repository capability](https://argoproj.github.io/argo-workflows/configure-artifact-repository/) for the current supported store engine).
As of version 3.4 you can configure your Workflow to automatically delete Artifacts that you don't need (visit [artifact repository capability](https://argo-workflows.readthedocs.io/en/stable/configure-artifact-repository/) for the current supported store engine).

Artifacts can be deleted `OnWorkflowCompletion` or `OnWorkflowDeletion`. You can specify your Garbage Collection strategy on both the Workflow level and the Artifact level, so for example, you may have temporary artifacts that can be deleted right away but a final output that should be persisted:

Expand Down
4 changes: 2 additions & 2 deletions docs/workflow-controller-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ data:
kubeletInsecure: "false"

# The command/args for each image, needed when the command is not specified and the emissary executor is used.
# https://argoproj.github.io/argo-workflows/workflow-executors/#emissary-emissary
# https://argo-workflows.readthedocs.io/en/stable/workflow-executors/#emissary-emissary
images: |
argoproj/argosay:v2:
cmd: [/argosay]
Expand Down Expand Up @@ -372,7 +372,7 @@ data:
# SSO Configuration for the Argo server.
# You must also start argo server with `--auth-mode sso`.
# https://argoproj.github.io/argo-workflows/argo-server-auth-mode/
# https://argo-workflows.readthedocs.io/en/stable/argo-server-auth-mode/
sso: |
# This is the root URL of the OIDC provider (required).
issuer: https://issuer.root.url/
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Documentation by Example

This has been moved to [the docs](https://argoproj.github.io/argo-workflows/walk-through/).
This has been moved to [the docs](https://argo-workflows.readthedocs.io/en/stable/walk-through/).
2 changes: 1 addition & 1 deletion examples/input-artifact-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
key: path/in/bucket
# Specify the bucket region. Note that if you want Argo to figure out this automatically,
# you can set additional statement policy that allows `s3:GetBucketLocation` action.
# For details, check out: https://argoproj.github.io/argo-workflows/configure-artifact-repository/#configuring-aws-s3
# For details, check out: https://argo-workflows.readthedocs.io/en/stable/configure-artifact-repository/#configuring-aws-s3
region: us-west-2
# accessKeySecret and secretKeySecret are secret selectors.
# It references the k8s secret named 'my-s3-credentials'.
Expand Down
Loading

0 comments on commit 616231d

Please sign in to comment.