docs-v2/layouts/shortcodes/columns.html

6 lines
140 B
HTML
Raw Permalink Normal View History

Document v3 custom partitions (#5309) * WIP added storage engine diagram svg and info * WIP scaling strategy diagrams * WIP finished storage architecture doc * WIP added offset and time trim capbilities to current-date shortcode * WIP custom partitions * finalized define partitions doc * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * updates to address PR feedback * various fixes * minor updates to storage architecture * ported custom partition content to clustered * fix incorrect menu key * influxctl 2.5.0 (#5339) * updated influxctl database create with partition info * added influxctl table create command * ported influxctl table create command to clustered * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * fixed mentions of influx vs influxctl in v3 docs --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * Add manage table task-based docs with partitioning info (#5340) * add manage table task-based docs with partitioning info * Apply suggestions from code review Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> * influxctl 2.5.0 release notes (#5343) * influxctl 2.5.0 release notes * Apply suggestions from code review Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Joshua Powers <powersj@fastmail.com> --------- Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com> Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 16:15:10 +00:00
{{- $columns := .Get 0 | default 2 -}}
<div class="columns-wrapper">
<div class="columns-{{ $columns }}">
{{ .Inner }}
</div>
</div>