-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
455 changed files
with
24,448 additions
and
919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
canonical-sphinx[full] @ git+https://github.com/canonical/canonical-sphinx@main | ||
canonical-sphinx[full] | ||
sphinx-autobuild | ||
sphinxcontrib-svg2pdfconverter[CairoSVG] | ||
sphinx-tabs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
(explanation)= | ||
# Explanation | ||
|
||
TBA | ||
|
||
```{toctree} | ||
``` |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
(how-to)= | ||
(how-to-guides)= | ||
# How-to guides | ||
|
||
How-to guides for Juju developers | ||
|
||
```{toctree} | ||
:titlesonly: | ||
:glob: | ||
/dev/how-to/* | ||
``` | ||
/contributor/howto/* | ||
``` |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
(dev)= | ||
# Juju contributor documentation | ||
|
||
<!-- | ||
```{toctree} | ||
:titlesonly: | ||
:glob: | ||
:maxdepth: 1 | ||
:hidden: | ||
how-to/index.md | ||
reference/index.md | ||
unsorted/index.md | ||
``` | ||
--> | ||
|
||
|
||
|
||
````{grid} 1 1 2 2 | ||
```{grid-item-card} [Tutorial](tutorial) | ||
:link: tutorial | ||
:link-type: doc | ||
**Start here**: a hands-on introduction to Juju for new contributors | ||
``` | ||
```{grid-item-card} [How-to guides](/index) | ||
:link: howto/index | ||
:link-type: doc | ||
**Step-by-step guides** covering key operations and common tasks | ||
``` | ||
```` | ||
|
||
````{grid} 1 1 2 2 | ||
:reverse: | ||
```{grid-item-card} [Reference](/index) | ||
:link: reference/index | ||
:link-type: doc | ||
**Technical information** - specifications, APIs, architecture | ||
``` | ||
```{grid-item-card} [Explanation](/index) | ||
:link: explanation/index | ||
:link-type: doc | ||
**Discussion and clarification** of key topics | ||
``` | ||
```` | ||
|
||
|
||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,77 @@ | ||
# Juju CLI and Controller documentation | ||
# Juju documentation | ||
|
||
Juju is an open source orchestration engine for software operators that enables the deployment, integration and lifecycle management of applications at any scale, on any infrastructure, using special software operators called ‘charms’. | ||
|
||
Juju provides a model-driven way to install, provision, maintain, update, upgrade, and integrate applications on and across Kubernetes containers, Linux containers, virtual machines, and bare metal machines, on public or private cloud. | ||
|
||
As such, Juju makes it simple, intuitive, and efficient to manage the full lifecycle of complex applications in hybrid cloud. | ||
|
||
For system operators and DevOps who manage applications in the cloud, Juju simplifies code; for CIOs, it helps align code with business decisions. | ||
|
||
This documentation contains the CIL and controller documentation. | ||
|
||
## In this documentation | ||
|
||
```{toctree} | ||
:titlesonly: | ||
:glob: | ||
:hidden: | ||
dev/index.md | ||
user/index.md | ||
- Tutorial <user/tutorial> | ||
- How-to guides <user/howto/index> | ||
- Reference <user/reference/index> | ||
- Explanation <user/explanation/index> | ||
contributor/index.md | ||
- Tutorial <contributor/tutorial> | ||
- How-to guides <contributor/howto/index> | ||
- Reference <contributor/reference/index> | ||
- Explanation <contributor/explanation/index> | ||
- Unsorted <contributor/unsorted/index> | ||
```` | ||
````{grid} 1 1 2 2 | ||
```{grid-item-card} [User reference](user/index.md) | ||
```{grid-item-card} [User docs](user/index.md) | ||
Docs for people who want to use `juju`, whether as SREs or as charm authors | ||
**Reference inforamtion** for the controller and CLI | ||
- [Tutorial](user/tutorial) -> **Start here!** | ||
- [How-to guides](user/howto/index) | ||
- [Reference](user/reference/index) | ||
- [Explanation](user/explanation/index) | ||
``` | ||
|
||
```{grid-item-card} [Developer documentation](dev/index.md) | ||
```{grid-item-card} [Contributor docs](contributor/index.md) | ||
Docs for people who want to contribute to `juju`, whether docs or code | ||
**Developer information** for understanding and working on Juju | ||
- [Tutorial](contributor/tutorial) | ||
- [How-to guides](contributor/howto/index) | ||
- [Reference](contributor/reference/index) | ||
- [Explanation](contributor/explanation/index) | ||
- [Unsorted](contributor/unsorted/index) | ||
``` | ||
|
||
```` | ||
(project-and-community)= | ||
## Project and community | ||
Juju is an open source project that warmly welcomes community projects, contributions, suggestions, fixes and | ||
constructive feedback. | ||
* Learn about the [Roadmap & Releases](https://discourse.charmhub.io/t/5064) | ||
* Read our [Code of Conduct ](https://ubuntu.com/community/code-of-conduct) | ||
* Join our [Matrix chat](https://matrix.to/#/#charmhub-jujudev:ubuntu.com) | ||
* Join the [Discourse forum ](https://discourse.charmhub.io/t/welcome-to-the-charmed-operator-community/8) to talk | ||
about [Juju](https://discourse.charmhub.io/tags/c/juju/6/community-workshop), [charms](https://discourse.charmhub.io/c/charm/41), [docs](https://discourse.charmhub.io/c/doc/22), | ||
or [to meet the community](https://discourse.charmhub.io/tag/community-workshop) | ||
* Report a bug on [Launchpad ](https://bugs.launchpad.net/juju) (for code) | ||
or [GitHub](https://github.com/juju/docs/issues) (for docs) | ||
* Contribute to the documentation | ||
on [Discourse](https://discourse.charmhub.io/t/documentation-guidelines-for-contributors/1245) | ||
* Contribute to the code on [GitHub](https://github.com/juju/juju/blob/develop/CONTRIBUTING.md) | ||
* Visit the [Juju careers page](https://juju.is/careers) | ||
Oops, something went wrong.