Skip to content

Commit

Permalink
Publish docs for 0.10.6 release (#545)
Browse files Browse the repository at this point in the history
* fix: Update cloud cli connector page (#496)

Resolves #487 

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Simple example for python smartmodule use (#500)

* bump versions (#514)

* Fix python (#512)



Co-authored-by: A.J <[email protected]>
Co-authored-by: simlay <[email protected]>

* feat: Connectors beta reference docs (#521)

Preview updating connectors reference docs from their Hub package content using new `fluvio-cms` CLI tool.

The docs are rendered in a **currently incomplete** `Connectors (beta)` top-level section

Preview of top-nav w/ connectors side-nav
![image](https://user-images.githubusercontent.com/344960/225605416-45b6febd-7a5c-44ab-b699-6e53a937bbac.png)

Example of one of the connector ref pages (HTTP, using its **unaltered** README)
![image](https://user-images.githubusercontent.com/344960/225605687-e1acc0db-28d3-4c2a-a78b-831101969004.png)

* Connectors (beta) Overview and first pass through cdk (#527)

Porting updates from #507

Also added hugo start stuff to fluvio-cms, deprecation notice to script

![image](https://user-images.githubusercontent.com/344960/226534225-72bc62c1-32e6-45c2-8764-7334f3724436.png)
![image](https://user-images.githubusercontent.com/344960/226534250-9bb3ffd6-8bbc-4a8a-b6f9-160333624b09.png)
![image](https://user-images.githubusercontent.com/344960/226534301-b59e0619-091b-4d07-9c00-0ad60a828a35.png)

CDK pages are still going through some work
![image](https://user-images.githubusercontent.com/344960/226534511-b0e003b8-1c21-48a1-9776-02f1d48aa6ca.png)

* chore: First complete pass through cdk docs (#529)

CDK docs have some narrative structure, but uncovered some possible friction worth fixing

* chore: Hide duplication for connectors docs (#532)

The old connector docs are hidden and have deprecation notices because they have a lot of current inter-site linking.

This also re-adds in the cloud connector page, with an update to the config file in the example. Another pass is needed to verify the tutorials. They should be reviewed to use the newer config and commands as well.

This should be the last of the changes made broken out from previously created PR #507 

Closes #507

* Updates related to connectors update (#536)

Adding link to requirements, so it is clear what that paragraph means

Co-authored-by: Luis Moreno <[email protected]>

* feat: update tutorial http to sql (#541)

Fixes #539

* sync connector's readme (#543)

* fix: Remove beta from connectors page (#544)

This is the only option for connectors, so we don't need the label

---------

Co-authored-by: T.J. Telan <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simlay <[email protected]>
Co-authored-by: morenol <[email protected]>
Co-authored-by: A.J <[email protected]>
Co-authored-by: simlay <[email protected]>
Co-authored-by: morenol <[email protected]>
  • Loading branch information
8 people authored Mar 31, 2023
1 parent aac2e17 commit 26f45ec
Show file tree
Hide file tree
Showing 222 changed files with 3,668 additions and 1,312 deletions.
249 changes: 129 additions & 120 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,196 +2,205 @@

## /api

'api':
- 'content/api/**'
"api":
- "content/api/**"

'api:community':
- 'content/api/community/**'
"api:community":
- "content/api/community/**"

'api:official':
- 'content/api/official/**'
"api:official":
- "content/api/official/**"

## /cli

'cli':
- 'content/cli/**'
"cli":
- "content/cli/**"

'cli:advanced':
- 'content/cli/advanced/**'
"cli:advanced":
- "content/cli/advanced/**"

'cli:client':
- 'content/cli/client/**'
"cli:client":
- "content/cli/client/**"

'cli:cloud':
- 'content/cli/cloud/**'
"cli:cloud":
- "content/cli/cloud/**"

'cli:commands':
- 'content/cli/commands/**'
"cli:commands":
- "content/cli/commands/**"

'cli:local':
- 'content/cli/local/**'
"cli:local":
- "content/cli/local/**"

'cli:smartmodules':
- 'content/cli/smartmodules/**'
"cli:smartmodules":
- "content/cli/smartmodules/**"

'cli:utilities':
- 'content/cli/utilities/**'
"cli:connectors":
- "content/cli/connectors/**"

"cli:utilities":
- "content/cli/utilities/**"

## /connectors

'connectors':
- 'content/connectors/**'
"connectors":
- "content/connectors/**"

"connectors:examples":
- "content/connectors/examples/**"

"connectors:how-to":
- "content/connectors/how-to/**"

'connectors:examples':
- 'content/connectors/examples/**'
"connectors:images":
- "content/connectors/images/**"

'connectors:how-to':
- 'content/connectors/how-to/**'
"connectors:inbound":
- "content/connectors/inbound/**"

'connectors:images':
- 'content/connectors/images/**'
"connectors:outbound":
- "content/connectors/outbound/**"

'connectors:inbound':
- 'content/connectors/inbound/**'
"connectors:cloud-connectors":
- "content/connectors/cloud-connectors.md"

'connectors:outbound':
- 'content/connectors/outbound/**'
"connectors:connector-template":
- "content/connectors/connector-template.md"

'connectors:cloud-connectors':
- 'content/connectors/cloud-connectors.md'
"connectors:local-connectors":
- "content/connectors/local-connectors.md"

'connectors:connector-template':
- 'content/connectors/connector-template.md'
"connectors-beta":
- "content/connectors-beta/**"

'connectors:local-connectors':
- 'content/connectors/local-connectors.md'
"cdk":
- "content/connectors-beta/cdk/**"

## /docs
'docs':
- 'content/docs/**'
"docs":
- "content/docs/**"

'docs:architecture':
- 'content/docs/architecture/**'
"docs:architecture":
- "content/docs/architecture/**"

'docs:clients':
- 'content/docs/clients/**'
"docs:clients":
- "content/docs/clients/**"

'docs:concepts':
- 'content/docs/concepts/**'
"docs:concepts":
- "content/docs/concepts/**"

'docs:general':
- 'content/docs/general/**'
"docs:general":
- "content/docs/general/**"

'docs:get-started':
- 'content/docs/get-started/**'
"docs:get-started":
- "content/docs/get-started/**"

'docs:interfaces':
- 'content/docs/interfaces/**'
"docs:interfaces":
- "content/docs/interfaces/**"

'docs:kubernetes':
- 'content/docs/kubernetes/**'
"docs:kubernetes":
- "content/docs/kubernetes/**"

'docs:operations':
- 'content/docs/operations/**'
"docs:operations":
- "content/docs/operations/**"

'docs:tutorials':
- 'content/docs/tutorials/**'
"docs:tutorials":
- "content/docs/tutorials/**"

'docs:core-capabilities':
- 'content/docs/core-capabilities.md'
"docs:core-capabilities":
- "content/docs/core-capabilities.md"

'docs:key-features':
- 'content/docs/key-features.md'
"docs:key-features":
- "content/docs/key-features.md"

'docs:samples':
- 'content/docs/samples.md'
"docs:samples":
- "content/docs/samples.md"

## /download
'download':
- 'content/download/**'
"download":
- "content/download/**"

## /news
'this-week-in-fluvio':
- 'content/news/**'
- 'data/twif/**'
"this-week-in-fluvio":
- "content/news/**"
- "data/twif/**"

## /smartmodules
'smartmodules':
- 'content/smartmodules/**'
"smartmodules":
- "content/smartmodules/**"

'smartmodules:analytics':
- 'content/smartmodules/analytics/**'
"smartmodules:analytics":
- "content/smartmodules/analytics/**"

'smartmodules:certified':
- 'content/smartmodules/certified/**'
"smartmodules:certified":
- "content/smartmodules/certified/**"

'smartmodules:certified:jolt':
- 'content/smartmodules/certified/jolt.md'
"smartmodules:certified:jolt":
- "content/smartmodules/certified/jolt.md"

'smartmodules:certified:json-sql':
- 'content/smartmodules/certified/json-sql.md'
"smartmodules:certified:json-sql":
- "content/smartmodules/certified/json-sql.md"

'smartmodules:hub':
- 'content/smartmodules/hub/**'
"smartmodules:hub":
- "content/smartmodules/hub/**"

'smartmodules:images':
- 'content/smartmodules/images/**'
"smartmodules:images":
- "content/smartmodules/images/**"

'smartmodules:smdk':
- 'content/smartmodules/smdk/**'
"smartmodules:smdk":
- "content/smartmodules/smdk/**"

'smartmodules:transform':
- 'content/smartmodules//**'
"smartmodules:transform":
- "content/smartmodules//**"

# data for templates or automation
'data-content':
- 'content/data/**'
"data-content":
- "content/data/**"

# embeddable content
'embedded-content':
- 'content/docs/**'
"embedded-content":
- "content/docs/**"

# functions
'functions':
- 'content/functions/**'
"functions":
- "content/functions/**"

'functions:newsletter':
- 'content/functions/newsletter/**'
"functions:newsletter":
- "content/functions/newsletter/**"

# Below is for Hugo or editor related

'hugo':
- 'config.toml'
"hugo":
- "config.toml"

# layouts
'hugo:layouts':
- 'content/layouts/**'
"hugo:layouts":
- "content/layouts/**"

'partials':
- 'content/layouts/partials/**'
"partials":
- "content/layouts/partials/**"

'shortcodes':
- 'content/layouts/shortcodes**'
"shortcodes":
- "content/layouts/shortcodes**"

# scripts
'hugo:scripts':
- 'content/scripts/**'
- 'hugo-start.sh'
"hugo:scripts":
- "content/scripts/**"
- "hugo-start.sh"

# static content
'hugo:static':
- 'content/static/**'
"hugo:static":
- "content/static/**"

# editor reference
'editor:reference':
- 'WRITERS.md'
- 'README.md'
- '*.excalidraw'
"editor:reference":
- "WRITERS.md"
- "README.md"
- "*.excalidraw"

# CI
'CI':
- '.github/**'
- 'bors.toml'
- 'netlify.toml'
- '.htmltest.yml'
- 'Makefile'
"CI":
- ".github/**"
- "bors.toml"
- "netlify.toml"
- ".htmltest.yml"
- "Makefile"
2 changes: 1 addition & 1 deletion .github/workflows/check_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Build and test clients
if: ${{ needs.test-skip-check.outputs.no-skip }}
uses: nick-fields/[email protected].2
uses: nick-fields/[email protected].3
with:
timeout_minutes: 10
max_attempts: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
- name: Run Hugo in the background
if: ${{ needs.test-skip-check.outputs.no-skip }}
run: ./hugo-start.sh &
# Skip running for now
- name: Run htmltest
if: ${{ needs.test-skip-check.outputs.no-skip }}
if: ${{ false }}
run: |
make htmltest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ bin/

# Rust
embeds/client-examples/rust/target/
target/
Loading

0 comments on commit 26f45ec

Please sign in to comment.