Skip to content

Commit

Permalink
minor edits and broken link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed May 20, 2024
1 parent dea013f commit 4bbf05e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
5 changes: 2 additions & 3 deletions docs/content/changelogs/v0.6.x/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ See the following to learn more
- `hof gen -h`
- [getting-started/code-generation](/getting-started/code-generation/)
- [code-generation/adhoc](/code-generation/adhoc/)
- [reference/hof-gen/adhoc-file-gen](/reference/hof-gen/adhoc-file-gen/)

### other changes

Expand All @@ -204,7 +203,7 @@ See the following to learn more:
- `hof flow -h`
- [getting-started](/getting-started/task-engine/)
- [task-engine](/task-engine/)
- [reference](/reference/hof-flow/)
- [task reference](/task-engine/tasks/)

### other changes

Expand All @@ -227,7 +226,7 @@ See the following to learn more:

- `hof datamodel -h`
- [getting-started/data-layer](/getting-started/data-layer/)
- [reference/hof-datamodel](/reference/hof-datamodel/)
- [data modeling section](/data-modeling/)

### other changes

Expand Down
2 changes: 1 addition & 1 deletion docs/content/first-example/data-layer/checkpointing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available Commands:
{{</codeInner>}}

Run `hof dm -h` for the full listing.
The top-level [data-modeling](/reference/hof-datamodel/) goes deeper into
The top-level [data-modeling](/data-modeling/) goes deeper into
the command and many related topics.

### Checkpointing
Expand Down
2 changes: 1 addition & 1 deletion docs/content/first-example/data-layer/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following as the core of the `#Datamodel` schema.

{{< codePane title="Core of #Datamodel" file="code/first-example/data-layer/content/schema/hof-dm.html">}}

See [hof datamodel schemas](/reference/hof-datamodel/schemas/) for the full schema.
See [hof datamodel schemas](/data-modeling/schemas/) for the full schema.

### example/schema.#Datamodel

Expand Down
6 changes: 3 additions & 3 deletions docs/content/getting-started/command-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Top level commands and help message

Used for data model management (dm for short)

See the [Data Modeling section](/reference/hof-datamodel/) for details.
See the [data modeling section](/data-modeling/) for details.

<details>
<summary>hof help datamodel</summary>
Expand All @@ -36,7 +36,7 @@ See the [Data Modeling section](/reference/hof-datamodel/) for details.
Create one-liners to generate files with data, CUE, and templates
or use composable generators to build out advanced applications.

See [the code gen docs](/reference/hof-gen/) to learn more
See [the code generation section](/code-generation/) to learn more

<details>
<summary>hof help flow</summary>
Expand All @@ -47,7 +47,7 @@ See [the code gen docs](/reference/hof-gen/) to learn more

Build workflows and scripts with CUE and a DAG engine

See [the flow docs](/reference/hof-flow/) to learn more
See [the task engine section](/task-engine/) to learn more

<details>
<summary>hof help flow</summary>
Expand Down
14 changes: 14 additions & 0 deletions docs/content/getting-started/cue.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ To further your CUE knowledge, be sure to check out these resources:
- [Cuetorials](https://cuetorials.com) (by Hofstadter)


### Hof's CUE commands

Hof embeds CUE's `vet, def, eval, export` commands for your convenience.
The are mostly drop in alternatives, some codecs are not available and
several enhancements have been added.

The enhancements are:

- additional methods for data placement
- increased flexibility for environment variables
- @userfiles() to include any file
- `--tui` flag to open hof's TUI for the commands


### Hof & CUE Modules

__hof__ has a preview version for __CUE modules__.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/getting-started/task-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You can find the schema and example for all tasks in

You can find many examples through hof's codebase and other projects

- [the hof/flow reference section](/reference/hof-flow/tasks/)
- [the hof/flow task reference subsection](/task-engine/tasks/)
- [the hof/flow test directory](https://github.com/hofstadter-io/hof/tree/_dev/flow/testdata)
- [LLM chat examples](https://github.com/hofstadter-io/hof/tree/_dev/flow/chat)
- [event and server based processing](https://github.com/verdverm/streamer-tools)

0 comments on commit 4bbf05e

Please sign in to comment.