[docs] add init docs#3149
Conversation
|
Please visit http://35.235.117.222:1313 to view changes to the docs. |
Codecov Report
|
balopat
left a comment
There was a problem hiding this comment.
There are two things mixed here:
a.) skaffold init functionality spec
b.) getting started workflow
In my mind tutorials rely on essential features and refer to them, not introduce them. So this is not a tutorial. I think a.) should be it's own doc probably under "Skaffold Pipeline Stages" - at one point init might become an automated piece as well!!! b.) should be under "Working with Skaffold" (after "Common Workflows" is renamed)
docs/content/en/docs/tutorials/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/tutorials/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
ce33898 to
68e5b48
Compare
|
Please visit http://34.94.43.151:1313 to view changes to the docs. |
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
docs/content/en/docs/workflows/getting-started-with-your-project.md
Outdated
Show resolved
Hide resolved
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
Co-Authored-By: Balint Pato <balopat@users.noreply.github.com>
…nto add_init_docs
|
Error creating deployment, please see controller logs for details. |
|
Please visit http://34.94.185.45:1313 to view changes to the docs. |
|
Error creating deployment, please see controller logs for details. |
|
Please visit http://34.94.43.151:1313 to view changes to the docs. |
|
Please visit http://34.94.115.173:1313 to view changes to the docs. |
|
|
||
| You can try it this out on example [jib project](https://github.com/GoogleContainerTools/skaffold/tree/master/examples/jib-multimodule) | ||
| ```bash | ||
| $cd examples/jib-multimodule |
There was a problem hiding this comment.
screenshot instead of code block
|
|
||
| For more understanding on how init works, see [`skaffold init`]({{<relref "/docs/pipeline-stages/init" >}}) | ||
|
|
||
| Try out [dev]({{<relref "/docs/workflows/dev" >}}), [debug]({{<relref "/docs/workflows/debug" >}}) workflows. |
There was a problem hiding this comment.
| Try out [dev]({{<relref "/docs/workflows/dev" >}}), [debug]({{<relref "/docs/workflows/debug" >}}) workflows. | |
| Try out [developing with Skaffold with hot reload]({{<relref "/docs/workflows/dev" >}}), or [debugging your apps with Skaffold on cluster]({{<relref "/docs/workflows/debug" >}}). |
Fixes #2951
Should merge before : list any PRs that depend on this PR
Should merge after : list any PRs that are prerequisites to this PR
Description
User facing changes
yes,
Next PRs.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Reviewer Notes
Release Notes