Skip to content

Commit 9fac1d7

Browse files
chore: update Copilot collections to v0.7.0
1 parent 098e2a5 commit 9fac1d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.copilot-collections.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
copilot:
55
# The version of the toolkit to use (matches a Release Tag in this repo)
6-
version: "v0.5.0"
6+
version: "v0.7.0"
77
# The collections you want to install
88
collections:
99
- charm-python

.github/instructions/documentation.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The top-level `docs` directory should contain an overview or home page called `i
3030

3131
The rest of the documentation follows the Diataxis framework consisting of four categories of documentation:
3232

33-
1. **Tutorials**: A practice lesson that walks a user through a learning experience. Tutorials should be placed in the `docs/tutorial` directory, but sometimes they're placed in the top-level `docs` direcotry.
33+
1. **Tutorials**: A practice lesson that walks a user through a learning experience. Tutorials should be placed in the `docs/tutorial` directory, but sometimes they're placed in the top-level `docs` directory.
3434
2. **How-to guides**: Addresses real-world goals or problems by providing practical directions. How-to guides should be placed in the `docs/how-to` directory.
3535
3. **Reference**: Contains technical descriptions of theoretical knowledge. Reference documents should be placed in the `docs/reference` directory.
3636
4. **Explanation**: Provides context and background on topics for the user to understand the bigger picture. Explanation documents should be placed in the `docs/explanation` directory.
@@ -58,7 +58,7 @@ The tutorial should contain the following pieces:
5858
provide information on the supported architecture(s) like AMD64 or ARM64.
5959
Also include additional information if the
6060
tutorial will require significant resources (CPU, RAM, or disk space). You can
61-
also suggest a Multipass VM to create an isolated testing enviroment for the tutorial.
61+
also suggest a Multipass VM to create an isolated testing environment for the tutorial.
6262
- **Set up tutorial model**. The tutorial should begin at this point. Have
6363
the user create Juju model with a predetermined name so that you can reference
6464
the model name throughout the tutorial.

0 commit comments

Comments
 (0)