Skip to content

Commit 7e3b3df

Browse files
committed
remove 6.1 'Authoring Components' section
1 parent 65a4f09 commit 7e3b3df

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

component-model/src/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
- [Python](./language-support/python.md)
2424
- [Rust](./language-support/rust.md)
2525
- [Creating and Consuming Components](./creating-and-consuming.md)
26-
- [Authoring Components](./creating-and-consuming/authoring.md)
2726
- [Composing Components](./creating-and-consuming/composing.md)
2827
- [Running Components](./creating-and-consuming/running.md)
2928
- [Distributing and Fetching Components and WIT](./creating-and-consuming/distributing.md)

component-model/src/creating-and-consuming/authoring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

component-model/src/tutorial.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,15 @@ These files define:
7979

8080
## Create an `add` component
8181

82-
Reference the [language guide](language-support.md) and [authoring components
83-
documentation](creating-and-consuming/authoring.md) to create a component that implements the
82+
Reference the [language guide](language-support.md) to create a component that implements the
8483
`adder` world of `adder/wit/world.wit`.
8584

8685
For reference, see the completed
8786
[example](https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/tutorial/adder/).
8887

8988
## Create a `calculator` component
9089

91-
Reference the [language guide](language-support.md) and [authoring components
92-
documentation](creating-and-consuming/authoring.md) to create a component that implements the
90+
Reference the [language guide](language-support.md) to create a component that implements the
9391
`calculator` world of `wit/calculator/world.wit`.
9492

9593
For reference, see the completed

0 commit comments

Comments
 (0)