Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Aug 29, 2024
1 parent dfdf3a2 commit 3c0732c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Before we get started, please click the [**star button on our GitHub repo**](htt

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting started</strong></td><td>Quickstart to build locally</td><td><a href=".gitbook/assets/1.png">1.png</a></td><td></td><td><a href="getting_started/quickstart.md">quickstart.md</a></td></tr><tr><td><strong>Customize agent</strong></td><td>Two ways to customize</td><td><a href=".gitbook/assets/4.png">4.png</a></td><td></td><td><a href="getting_started/publish-your-docs.md">publish-your-docs.md</a></td></tr><tr><td><strong>Create hello world extension</strong></td><td>Build extensions right away</td><td><a href=".gitbook/assets/3.png">3.png</a></td><td></td><td><a href="getting_started/create-a-hello-world-extension.md">create-a-hello-world-extension.md</a></td></tr></tbody></table>
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting started</strong></td><td>Quickstart to build locally</td><td><a href=".gitbook/assets/1.png">1.png</a></td><td></td><td><a href="getting_started/quickstart.md">quickstart.md</a></td></tr><tr><td><strong>Customize agent</strong></td><td>Two ways to customize</td><td><a href=".gitbook/assets/4.png">4.png</a></td><td></td><td><a href="getting_started/publish_your_docs.md">publish_your_docs.md</a></td></tr><tr><td><strong>Create hello world extension</strong></td><td>Build extensions right away</td><td><a href=".gitbook/assets/3.png">3.png</a></td><td></td><td><a href="getting_started/create_a_hello_world_extension.md">create_a_hello_world_extension.md</a></td></tr></tbody></table>
20 changes: 10 additions & 10 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
## πŸŽ‰ Getting Started

* [Quickstart](getting_started/quickstart.md)
* [Customize your agent](getting_started/publish-your-docs.md)
* [Create a hello world extension](getting_started/create-a-hello-world-extension.md)
* [Customize your agent](getting_started/publish_your_docs.md)
* [Create a hello world extension](getting_started/create_a_hello_world_extension.md)

## TEN Service

* [🚧 TEN architecture(beta)](ten-service/ten-architecture-beta.md)
* [🚧 TEN schema(beta)](ten-service/ten-schema-beta.md)
* [TEN API(beta)](ten-service/ten-api-beta.md)
* [🚧 TEN Message type and name(beta)](ten-service/ten-message-type-and-name-beta.md)
* [🚧 Astra AI agent architecture(beta)](ten-service/astra-ai-agent-architecture-beta.md)
* [🚧 TEN architecture(beta)](ten_service/ten_architecture_beta.md)
* [🚧 TEN schema(beta)](ten_service/ten_schema_beta.md)
* [TEN API(beta)](ten_service/ten_api_beta.md)
* [🚧 TEN Message type and name(beta)](ten_service/ten_message_type_and_name_beta.md)
* [🚧 Astra AI agent architecture(beta)](ten_service/astra_ai_agent_architecture_beta.md)

## Tutorials

* [How to debug with logs](tutorials/how-to-debug-with-logs.md)
* [🚧 How to build extension with Go(beta)](tutorials/how-to-build-extension-with-go-beta.md)
* [🚧 How to build extension with C++(beta)](tutorials/how-to-build-extension-with-c++-beta.md)
* [How to debug with logs](tutorials/how_to_debug_with_logs.md)
* [🚧 How to build extension with Go(beta)](tutorials/how_to_build_extension_with_go_beta.md)
* [🚧 How to build extension with C++(beta)](tutorials/how_to_build_extension_with_c++_beta.md)
2 changes: 1 addition & 1 deletion getting_started/create_a_hello_world_extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Navigate into the `hello_world` directory and open manifest.json. Add the API ob
}
</code></pre>

For detailed information on the API and schema, please refer to [ten_api_beta.md](../ten-service/ten_api_beta.md "mention") and [ten_schema_beta.md](../ten-service/ten_schema_beta.md "mention").
For detailed information on the API and schema, please refer to [ten_api_beta.md](../ten_service/ten_api_beta.md "mention") and [ten_schema_beta.md](../ten_service/ten_schema_beta.md "mention").

## 5. Build the extension

Expand Down

0 comments on commit 3c0732c

Please sign in to comment.