Skip to content

Commit

Permalink
docs: cleanup draft files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed May 20, 2024
1 parent 76a053f commit 86fe204
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 17 deletions.
1 change: 0 additions & 1 deletion docs/content/data-modeling/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Data Modeling
draft: true
weight: 40
---

Expand Down
1 change: 1 addition & 0 deletions docs/content/data-modeling/complexity.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Complexity

draft: true
weight: 100
---
1 change: 1 addition & 0 deletions docs/content/data-modeling/composition.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Composition

draft: true
weight: 80
---
1 change: 1 addition & 0 deletions docs/content/data-modeling/databases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: For Databases

draft: true
weight: 40
---

Expand Down
1 change: 1 addition & 0 deletions docs/content/data-modeling/extending.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Extending

draft: true
weight: 15
---

1 change: 1 addition & 0 deletions docs/content/data-modeling/generators.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Generators

draft: true
weight: 20
---
1 change: 1 addition & 0 deletions docs/content/data-modeling/languages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: For Languages

draft: true
weight: 50
---

1 change: 1 addition & 0 deletions docs/content/data-modeling/migrations-and-lenses.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Migrations and Lenses

draft: true
weight: 70
---
24 changes: 23 additions & 1 deletion docs/content/data-modeling/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,26 @@ title: Schemas
weight: 10
---

{{< codePane title="schema/dm.#Datamodel" file="code/hof-schemas/dm/dm.html">}}
{{<lead>}}
The hof supplied datamodel schemas
{{</lead>}}

### schema/dm

{{< codePane title="schema/dm" file="code/hof-schemas/dm/dm.html">}}

### schema/dm/fields

{{< codePane title="schema/dm/fields.Common" file="code/hof-schemas/dm/fields/common.html">}}

### schema/dm/sql

{{< codePane title="schema/dm/sql.Datamodel" file="code/hof-schemas/dm/sql/dm.html">}}
{{< codePane title="schema/dm/sql.Fields" file="code/hof-schemas/dm/sql/fields.html">}}

### schema/dm/enrichers

Examples for language type enrichments

{{< codePane title="schema/dm/enrichers.Go" file="code/hof-schemas/dm/enrichers/go.html">}}
{{< codePane title="schema/dm/enrichers.Py" file="code/hof-schemas/dm/enrichers/py.html">}}
1 change: 1 addition & 0 deletions docs/content/data-modeling/snapshots-and-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Snapshots and History

draft: true
weight: 60
---
1 change: 1 addition & 0 deletions docs/content/data-modeling/with_cue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: With CUE

draft: true
weight: 1
---

15 changes: 0 additions & 15 deletions docs/content/task-engine/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Task Engine
weight: 50

draft: true
---

{{<lead>}}
Expand All @@ -17,19 +15,6 @@ as they are ready or needed.



---

{{< childpages >}}


---

{{<lead>}}
`hof/flow` is a data and task engine
with automatic dependency detection
powered by `cue/flow`.
It has more task types and capabilities.
{{</lead>}}

{{< childpages >}}

Expand Down

0 comments on commit 86fe204

Please sign in to comment.