Skip to content

Commit

Permalink
docs: include multitable to be generated (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
portellaa authored Jan 16, 2024
1 parent 6785ad8 commit e15e427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ nav:
- Examples:
- Generate Tabular Data: "examples/synthesize_tabular_data.md"
- Generate Time-Series Data: "examples/synthesize_timeseries_data.md"
- Generate MultiTable Data: "examples/synthesizer_multitable.md"
- Anonymization: "examples/synthesize_with_anonymization.md"
- Privacy Level: "examples/synthesize_with_privacy_control.md"
- Conditional Sampling: "examples/synthesize_with_conditional_sampling.md"
Expand All @@ -39,6 +40,7 @@ nav:
- Synthesizer: 'sdk/reference/api/synthesizers/base.md'
- Regular: 'sdk/reference/api/synthesizers/regular.md'
- TimeSeries: 'sdk/reference/api/synthesizers/timeseries.md'
- MultiTable: 'sdk/reference/api/synthesizers/multitable.md'
- Types: 'sdk/reference/api/common/types.md'

theme:
Expand Down

0 comments on commit e15e427

Please sign in to comment.