Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Sep 14, 2023
1 parent 98c091c commit c25161a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
##

- [array](/array.md)
- array
- [array](array.md)
- [bitwise](/bitwise.md)
- bitwise
- [bitwise](bitwise.md)
- [contrib](/contrib.md)
- contrib
- [naiveBayesClassifier](contrib/RohanSreerama5/naiveBayesClassifier.md)
- [anomalydetection](contrib/anaisdg/anomalydetection.md)
- [statsmodels](contrib/anaisdg/statsmodels.md)
Expand All @@ -26,14 +26,14 @@
- [telegram](contrib/sranka/telegram.md)
- [webexteams](contrib/sranka/webexteams.md)
- [events](contrib/tomhollingworth/events.md)
- [csv](/csv.md)
- csv
- [csv](csv.md)
- [date](/date.md)
- date
- [date](date.md)
- [boundaries](date/boundaries.md)
- [dict](/dict.md)
- dict
- [dict](dict.md)
- [experimental](/experimental.md)
- experimental
- [experimental](experimental.md)
- [aggregate](experimental/aggregate.md)
- [array](experimental/array.md)
Expand All @@ -56,20 +56,20 @@
- [record](experimental/record.md)
- [table](experimental/table.md)
- [usage](experimental/usage.md)
- [generate](/generate.md)
- generate
- [generate](generate.md)
- [http](/http.md)
- http
- [http](http.md)
- [requests](http/requests.md)
- [influxdata](/influxdata.md)
- influxdata
- [influxdb](influxdata/influxdb.md)
- [monitor](influxdata/influxdb/monitor.md)
- [sample](influxdata/influxdb/sample.md)
- [schema](influxdata/influxdb/schema.md)
- [secrets](influxdata/influxdb/secrets.md)
- [tasks](influxdata/influxdb/tasks.md)
- [v1](influxdata/influxdb/v1.md)
- [internal](/internal.md)
- internal
- [boolean](internal/boolean.md)
- [debug](internal/debug.md)
- [gen](internal/gen.md)
Expand All @@ -78,46 +78,46 @@
- [promql](internal/promql.md)
- [testing](internal/testing.md)
- [testutil](internal/testutil.md)
- [interpolate](/interpolate.md)
- interpolate
- [interpolate](interpolate.md)
- [join](/join.md)
- join
- [join](join.md)
- [json](/json.md)
- json
- [json](json.md)
- [kafka](/kafka.md)
- kafka
- [kafka](kafka.md)
- [math](/math.md)
- math
- [math](math.md)
- [pagerduty](/pagerduty.md)
- pagerduty
- [pagerduty](pagerduty.md)
- [planner](/planner.md)
- planner
- [planner](planner.md)
- [profiler](/profiler.md)
- profiler
- [profiler](profiler.md)
- [pushbullet](/pushbullet.md)
- pushbullet
- [pushbullet](pushbullet.md)
- [regexp](/regexp.md)
- regexp
- [regexp](regexp.md)
- [runtime](/runtime.md)
- runtime
- [runtime](runtime.md)
- [sampledata](/sampledata.md)
- sampledata
- [sampledata](sampledata.md)
- [slack](/slack.md)
- slack
- [slack](slack.md)
- [socket](/socket.md)
- socket
- [socket](socket.md)
- [sql](/sql.md)
- sql
- [sql](sql.md)
- [strings](/strings.md)
- strings
- [strings](strings.md)
- [system](/system.md)
- system
- [system](system.md)
- [testing](/testing.md)
- testing
- [testing](testing.md)
- [expect](testing/expect.md)
- [timezone](/timezone.md)
- timezone
- [timezone](timezone.md)
- [types](/types.md)
- types
- [types](types.md)
- [universe](/universe.md)
- universe
- [universe](universe.md)
2 changes: 1 addition & 1 deletion docs/gendocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function generateSidebarIndex(jsonInput) {

// Generate sidebar entries with light nesting
for (const section in sidebarMap) {
sidebarIndex += `- [${section}](/${section}.md)\n`;
sidebarIndex += `- ${section}\n`;
sidebarMap[section].forEach(functionInfo => {
const { name, path } = functionInfo;
sidebarIndex += ` - [${name}](${path}.md)\n`;
Expand Down

0 comments on commit c25161a

Please sign in to comment.