Skip to content

Commit

Permalink
Docs for v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Oct 8, 2024
1 parent 135d364 commit c1b35bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/installing-and-running.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Before you can build Conduit from source, you need to have Go 1.22 or higher ins
1. Start by downloading the source code from the latest stable release on the Conduit [Releases Page](https://github.com/ConduitIO/conduit/releases/latest). Alternatively, you can run this command to automatically download the latest stable source to your current directory:

```shell
$ TAG=v0.11.1; curl -o conduit.tar.gz -L https://github.com/ConduitIO/conduit/archive/refs/tags/$TAG.tar.gz
$ TAG=v0.12.0; curl -o conduit.tar.gz -L https://github.com/ConduitIO/conduit/archive/refs/tags/$TAG.tar.gz
```

A file called `conduit.tgz` will be in your current directory. The next step is to expand the source:
Expand Down Expand Up @@ -129,7 +129,7 @@ You should now be able to interact with the Conduit UI and HTTP API on port 8080
`:::::::: ::::::::‘
`:::: ::::‘
`:::::....:::::‘
`::::::::::‘ Conduit v0.11.1 linux/amd64
`::::::::::‘ Conduit v0.12.0 linux/amd64
‘‘‘‘
2024-02-20T21:37:45+00:00 INF All 0 tables opened in 0s component=badger.DB
2024-02-20T21:37:45+00:00 INF Discard stats nextEmptySlot: 0 component=badger.DB
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/build-generator-to-log-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Now you can run Conduit:
`:::::::: ::::::::‘
`:::: ::::‘
`:::::....:::::‘
`::::::::::‘ Conduit v0.11.1 linux/amd64
`::::::::::‘ Conduit v0.12.0 linux/amd64
‘‘‘‘
2024-09-19T10:34:54+00:00 INF All 1 tables opened in 0s component=badger.DB
2024-09-19T10:34:54+00:00 INF Discard stats nextEmptySlot: 0 component=badger.DB
Expand Down
4 changes: 2 additions & 2 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Now that we have Conduit installed let's start it up to see what happens.
`:::::::: ::::::::‘
`:::: ::::‘
`:::::....:::::‘
`::::::::::‘ Conduit v0.11.1 darwin/arm64
`::::::::::‘ Conduit v0.12.0 darwin/arm64
‘‘‘‘
2024-02-21T14:41:26+00:00 INF All 0 tables opened in 0s component=badger.DB
2024-02-21T14:41:26+00:00 INF Discard stats nextEmptySlot: 0 component=badger.DB
Expand Down Expand Up @@ -160,7 +160,7 @@ Conduit should start and we should see references to our new pipeline in the out
`:::::::: ::::::::‘
`:::: ::::‘
`:::::....:::::‘
`::::::::::‘ Conduit v0.11.1 darwin/arm64
`::::::::::‘ Conduit v0.12.0 darwin/arm64
‘‘‘‘
2024-02-21T16:50:35+00:00 INF All 0 tables opened in 0s component=badger.DB
2024-02-21T16:50:35+00:00 INF Discard stats nextEmptySlot: 0 component=badger.DB
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ const config: Config = {
copyright: `Copyright © ${new Date().getFullYear()} Meroxa, Inc.`,
},
announcementBar: {
id: 'announcement-bar-4', // increment on change
content: `Conduit 0.11 is here! <a class='cta' href='https://github.com/ConduitIO/conduit/releases/latest' target='_blank' rel='noreferrer noopener'>See what's new</a>.`,
id: 'announcement-bar-5', // increment on change
content: `Conduit v0.12 is here! <a class='cta' href='https://github.com/ConduitIO/conduit/releases/latest' target='_blank' rel='noreferrer noopener'>See what's new</a>.`,
isCloseable: true,
},
colorMode: {
Expand Down

0 comments on commit c1b35bb

Please sign in to comment.