2018-12-20 18:37:31 +00:00
|
|
|
.topnav {
|
2018-12-21 06:31:58 +00:00
|
|
|
display: flex;
|
2019-01-04 17:08:10 +00:00
|
|
|
padding: .75rem .75rem .65rem;
|
2018-12-21 06:31:58 +00:00
|
|
|
justify-content: space-between;
|
2020-07-31 17:56:52 +00:00
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
2020-08-17 20:31:11 +00:00
|
|
|
z-index: 1;
|
2018-12-20 18:37:31 +00:00
|
|
|
|
|
|
|
.influx-home {
|
|
|
|
font-family: 'icomoon';
|
2018-12-21 06:31:58 +00:00
|
|
|
font-size: 1.9rem;
|
|
|
|
color: $topnav-link;
|
2018-12-20 18:37:31 +00:00
|
|
|
text-decoration: none;
|
|
|
|
vertical-align: middle;
|
|
|
|
&:hover {
|
2018-12-21 06:31:58 +00:00
|
|
|
color: $topnav-link-hover;
|
2018-12-20 18:37:31 +00:00
|
|
|
}
|
|
|
|
.icon-influx-logotype {
|
2019-03-25 15:39:24 +00:00
|
|
|
margin-left: .15rem;
|
2018-12-20 18:37:31 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.divider {
|
2018-12-21 06:31:58 +00:00
|
|
|
height: 100%; border-left: 1px solid rgba($topnav-link, .5);
|
2019-05-07 02:29:04 +00:00
|
|
|
margin: 0 1rem 0 .65rem;
|
2018-12-20 18:37:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.docs-home {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: text-top;
|
2018-12-21 23:59:12 +00:00
|
|
|
font-style: italic;
|
2019-05-07 02:29:04 +00:00
|
|
|
font-weight: $medium;
|
|
|
|
font-size: 1.1rem;
|
2018-12-21 06:31:58 +00:00
|
|
|
color: $topnav-link;
|
2018-12-20 18:37:31 +00:00
|
|
|
text-decoration: none;
|
2018-12-21 06:31:58 +00:00
|
|
|
&:hover {
|
|
|
|
color: $topnav-link-hover;
|
|
|
|
}
|
|
|
|
}
|
2018-12-20 18:37:31 +00:00
|
|
|
|
2020-07-31 17:56:52 +00:00
|
|
|
.topnav-left {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topnav-right {
|
2020-07-30 21:25:10 +00:00
|
|
|
display: flex;
|
|
|
|
position: absolute;
|
2020-07-31 17:56:52 +00:00
|
|
|
right: .75rem;
|
|
|
|
top: .75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selector-dropdowns {
|
|
|
|
display: flex;
|
2020-07-30 21:25:10 +00:00
|
|
|
z-index: 100;
|
2020-08-18 21:08:50 +00:00
|
|
|
padding-right: .25rem;
|
2020-07-30 21:25:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown {
|
2020-04-17 06:57:07 +00:00
|
|
|
display: inline-block;
|
2020-07-30 21:25:10 +00:00
|
|
|
position: relative;
|
|
|
|
align-self: flex-start;
|
2020-07-30 21:39:59 +00:00
|
|
|
margin-left: .25rem;
|
2020-04-17 06:57:07 +00:00
|
|
|
color: $g20-white;
|
|
|
|
height: 2rem;
|
2020-08-01 06:07:49 +00:00
|
|
|
@include gradient($default-dropdown-gradient);
|
|
|
|
background-attachment: local !important;
|
2020-04-17 06:57:07 +00:00
|
|
|
font-weight: $medium;
|
|
|
|
border-radius: $radius;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
2018-12-21 06:31:58 +00:00
|
|
|
|
|
|
|
.selected {
|
2019-02-27 21:17:22 +00:00
|
|
|
padding: 0 1.75rem 0 .75rem;
|
2018-12-21 06:31:58 +00:00
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:after {
|
Chronograf 1.9.0 (#2788)
* base changes for chronograf-1.9.0
* chronograf 1.9.0 changelog (#2735)
* Chronograf alert endpoint updates (#2753)
* chronograf 1.9.0 changelog
* updated chronograf alert endpoints, closes #2722, closes #2725
* link to new chronograf alert endpoints from release notes
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Chronograf etcd migrations over TLS (#2757)
* update chronograf etcd config options, migrate etcd data over tls, closes #2721
* Apply suggestions from code review
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
* Update content/chronograf/v1.9/tools/chronograf-cli/_index.md
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
* Chronograf template variables with Flux (#2766)
* update chronograf template variable do for flux support, closes #2345, closes #2724
* update interval variable to autoInterval
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Write data to InfluxDB with Chronograf (#2767)
* write data to influxdb with chronograf, closes #2726
* Apply suggestions from code review
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
* Manage Kapacitor Flux tasks in Chronograf (#2768)
* manage kapacitor flux tasks in chronograf, closes #2736
* Apply suggestions from code review
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
* show or hide chronograf log histogram, update icon font, closes #2723 (#2769)
* send multiple queries to dashboards, closes #2731 (#2770)
* Chronograf custom auto-refresh intervals (#2771)
* added custom auto-refresh intervals to chronograf, closes #2370
* Apply suggestions from code review
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
* Configure v2 connections from Chronograf CLI (#2772)
* configure v2 connections from chronograf cli, closes #2729
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Update Chronograf OAuth options (#2773)
* update chronograf oauth options, closes #2727, closes #2728
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updates to chronograf 1.9 template vars doc
* added note about backwards compatible flux template variables
* Update Chronograf 1.8 Flux template variables (#2777)
* added flux content to chronograf 1.8 template variables doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Update content/chronograf/v1.8/guides/dashboard-template-variables.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated links to backwards compatible template variables
* added note about chronograf annotation peristence, closes #1982
* fixed typo
* added information about metaquery templates, closes #2164 (#2781)
* Chronograf 1.9.0 changelog (#2775)
* chronograf 1.9.0 changelog
* updated changelog with links to relevant content
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* fixed typos in chronograf kapacitor tasks doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* clarfied release note about Flux variables
* Apply suggestions from code review
Co-authored-by: Pavel Závora <pavel.zavora@bonitoo.io>
* Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Pavel Závora <pavel.zavora@bonitoo.io>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: Pavel Závora <pavel.zavora@bonitoo.io>
2021-06-28 17:20:09 +00:00
|
|
|
content: "\e918";
|
2019-02-27 21:17:22 +00:00
|
|
|
font-family: 'icomoon';
|
2018-12-21 06:31:58 +00:00
|
|
|
position: absolute;
|
2019-02-27 21:17:22 +00:00
|
|
|
top: .45rem;
|
|
|
|
right: .4rem;
|
|
|
|
transition: all .3s;
|
2018-12-21 06:31:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.open {
|
|
|
|
height: auto;
|
2021-07-23 22:52:47 +00:00
|
|
|
max-height: calc(100vh - 2rem);
|
|
|
|
overflow-y: scroll;
|
2018-12-21 06:31:58 +00:00
|
|
|
&:after {
|
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-30 21:25:10 +00:00
|
|
|
ul.item-list {
|
2018-12-21 06:31:58 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
2020-07-30 05:07:09 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
Flux restructure (#3141)
* initial changes for flux restructure
* added all aliases
* added introduced date to all flux functions
* marked linearBins and logarithmicBins as draft
* migrated flux stdlib to new flux section, added version range to article template
* fixed list-all-functions shortcode
* duplicated and reordered flux spec, added page-nav shortcode, closes #1870
* added filtering functionality to list-all-functions shortcode
* added function tags
* Stdlib reorg (#2130)
* consolidated influxdb packages
* stdlib rename and reorg
* reorg existing contrib docs
* added keep-url to http.get example
* reorg built-in directory, add function types docs
* updated links
* updated all related links
* fixed reference links in influxdb docs
* updated all internal flux links
* updated flux links in influxdb
* one last link update
* restyle product dropdown
* update flux links in influxdb 1.7 and 1.8
* fixed shortcode call
* updated task options in flux options doc
* Flux 'interpolate' package (#2148)
* add interpolate package, closes #1649
* added missing page description to interpolate package doc
* removed unnecessary space from interpolate description
* updated interpolate package description
* ported from() note to new flux section
* New list filter javascript (#2185)
* generalized list filtering for telegraf plugins and flux functions
* added flux tags, updated filter list functionality
* added more flux tags
* added new experimental functions
* updated derivative params
* ported over new experimental functions
* fixed bad copy-pasta
* ported new notification endpoints into new flux docs
* updated flux function categories
* ported flux changes from master
* fixed product dropdown
* fixed regexp.findString example
* ported flux 0.109 changes
* updated array package aliases and supported version
* ported new functions into flux dir
* added aliases to interpolate package
* ported flux v0.114 packages
* added enterpise logic to url selector modal
* fix minor typo
* Update Flux param type convention (#2515)
* fix minor typo
* WIP new flux data type convention
* wip more param type updates
* cleaned up function type specs
* ported flux 0.115.0 packages and functions
* ported tickscript package
* ported today function
* added aliases to tickscript pkg
* updated timedMovingAverage params example
* updated to function with remote creds
* port flux 0.118 changes over
* port flux changes into flux-restructure
* ported changes from flux 0.123.0 and updated flux function docs
* updated contrib package summary
* updated function definition of schema.tagValues
* ported recent flux changes to the restructure branch
* port changes from master
* Flux get started (#3036)
* Flux group keys demo (#2553)
* interactive group key example
* added js and shortcode for group key demo
* updated group key demo to address PR feedback
* shortened sample data set
* Flux get started intro and data model (#2619)
* starting flux intro content, resolved merge conflicts
* WIP flux get started docs
* WIP flux get started
* flux get started intro and data model
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/flux/v0.x/get-started/data-model.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* addressed PR feedback in flux get started
* updated flux docs landing page
* more updates to flux landing page
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Flux query basics (#2887)
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* wrap up content for flux query basics
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* properly close code block on flux query basics
* Flux – query data (#2891)
* added query data sources with flux and query influxdb
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/query-data/influxdb.md
* Query Prometheus with Flux (#2893)
* query prometheus with flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Query CSV data with Flux (#2895)
* query csv data with flux
* address PR feedback
* Update content/flux/v0.x/query-data/csv.md
* update flux query data sources landing page
* updated flux query data doc formats and links
* Query SQL databases (#2922)
* WIP query sql guides
* query SQL data sources, closes #1738
* updated related link on sql.from
* added link to stream of tables and updated text
* updated connection string text
* updated query sql landing page and children hr styles
* updated sql query docs to address PR feedback
* added missing colon
* Query Google Cloud Bigtable with Flux (#2928)
* Query Google Cloud Bigtable with Flux
* updated doc structure of query bigtable doc
* fixed typo in bigquery doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with Flux data types (#2967)
* scaffolding for flux types, work with strings
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* removed note about interpolation vs concatenation
* updated wording of variable type association
* generalized type inference
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* WIP work with ints
* reverted int content
* updated strings doc to address PR feedback
* added description to data types landing page
* Apply suggestions from code review
* Update content/flux/v0.x/data-types/basic/string.md
* updated composite front-matter
* Work with time types in Flux (#2974)
* work with time types in flux, closes #2260
* updated time type doc
* fixed type in time type description
* fixed typo
* updated work with time doc
* fixed typos
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated time type doc to address PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with booleans (#2975)
* work with boolean types
* updated working with booleans
* updated verbiage
* added related links
* Update content/flux/v0.x/data-types/basic/boolean.md
* Work with bytes types (#2976)
* work with bytes types
* added toc to bytes type doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated work with bytes doc
* fixed typo
* added related links
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with durations (#2977)
* work with durations in flux
* added keywords to duration doc to improve searchability
* minor updates to duration type doc
* updated verbiage
* added related links and removed toDuration from menu
* Update content/flux/v0.x/data-types/basic/duration.md
* Work with null types (#2978)
* WIP null types
* work with null types in flux
* updated null types doc
* Update content/flux/v0.x/data-types/basic/null.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with floats (#2979)
* work with floats in flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
* updated floats type doc
* Update content/flux/v0.x/data-types/basic/float.md
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with integers (#2980)
* WIP work with ints
* work with integers
* work with integers
* updated float to int behavior, added related links, closes #2973
* added toc to ints doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/data-types/basic/integer.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with uintegers (#2981)
* WIP work with uints
* work with uints
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed minor type
* Work with records (#2982)
* work with records in flux
* updated record type doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with arrays (#2983)
* work with arrays
* added array.from example, added related links
* Work with dictionaries (#2984)
* WIP work with dicts
* work with dictionaries
* added related links to dict package
* added introduced version to dict package
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* added sample dict output
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with functions (#2985)
* work with functions
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* revamped type landing pages
* marked union types as draft
* miscellaneous updates
* Work with regular expression (#3024)
* work with regular expression types, closes #2573, closes influxdata/flux#3741
* add context for quoteMeta function
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* fix latest links in page descriptions
* updated influxdb links
* Flux syntax basics (#3033)
* flux syntax basics
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated function description
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Update content/flux/v0.x/get-started/syntax-basics.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* added table param to transformations, closes #2392 (#3039)
* updated flux function links
* update algolia configuration to fix search, closes #1902 (#3042)
* ported notes in the from function doc
* Flux package options (#3083)
* add now option to universe package
* added missing package options, closes #2464
* addressed PR feedback
* Flux transformation input/output examples (#3103)
* added flux/sample shortcode
* standardize flux package titles and list titles
* added start and stop columns as an option with flux/sample shortcode
* minor updates to stdlib
* WIP add input and output examples to flux transformations
* WIP removed sample data demo from universe index page
* WIP function input and output examples
* WIP flux input output examples
* WIP flux input output examples
* flux transformation input and output examples
* Add Flux 'sampledata' package (#3088)
* add flux sampledata package
* updated sampledata example titles
* Write data with Flux (#3084)
* WIP write to sql data sources
* write to sql data sources
* added write data to influxdb with flux doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* made sql headings specific to each db
* updated write to influxdb
* added tag to influxdb to example
* restructred influxdb write examples as code tabs
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed list on influxdb write with flux page
* Flux move changelog (#3117)
* updated flux redirects in edge.js
* move flux changelog into Flux restructure
* add flux redirects to edge.js
* removed extra parentheses from monitor.notify examples, closes #2505
* updated flux release notes with flux 0.129.0
* moved from and to into the influxdata/influxdb package
* updated notes on to and from docs
* added flux card to homepage
* added flux-0.130.0 to flux release notes
* flux link cleanup
* updated experimental message, closes #3097 (#3128)
* Remove Flux stdlib and language from InfluxDB (#3133)
* remove flux stdlib and lang from influxdb, update flux get-started, closes #2132
* flux link cleanup
* cleaned up prometheus verbiage, updated flux data type links
* function cleanup
* fixed sidenav toggle button
* updated group key links, added aliases for flux landing page
* fixed broken links, commented out prometheus content, updated flux types names
* added flux links to the left nav
* fixed flux links in kapacitor docs
* temporarily disable search (#3134)
* merged master and updated telegraf plugins
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-09-16 22:19:21 +00:00
|
|
|
|
|
|
|
&.products{
|
|
|
|
li {
|
|
|
|
&:before {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: .8rem;
|
|
|
|
color: $g2-kevlar;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
opacity: .65;
|
|
|
|
mix-blend-mode: multiply;
|
|
|
|
}
|
|
|
|
&:last-child:before {
|
|
|
|
content: "Products";
|
|
|
|
margin: .3rem .75rem .15rem;
|
|
|
|
}
|
|
|
|
&.flux:before {
|
|
|
|
content: "Languages";
|
|
|
|
margin: .75rem .75rem .15rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-12-21 06:31:58 +00:00
|
|
|
}
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
color: $g20-white;
|
Flux restructure (#3141)
* initial changes for flux restructure
* added all aliases
* added introduced date to all flux functions
* marked linearBins and logarithmicBins as draft
* migrated flux stdlib to new flux section, added version range to article template
* fixed list-all-functions shortcode
* duplicated and reordered flux spec, added page-nav shortcode, closes #1870
* added filtering functionality to list-all-functions shortcode
* added function tags
* Stdlib reorg (#2130)
* consolidated influxdb packages
* stdlib rename and reorg
* reorg existing contrib docs
* added keep-url to http.get example
* reorg built-in directory, add function types docs
* updated links
* updated all related links
* fixed reference links in influxdb docs
* updated all internal flux links
* updated flux links in influxdb
* one last link update
* restyle product dropdown
* update flux links in influxdb 1.7 and 1.8
* fixed shortcode call
* updated task options in flux options doc
* Flux 'interpolate' package (#2148)
* add interpolate package, closes #1649
* added missing page description to interpolate package doc
* removed unnecessary space from interpolate description
* updated interpolate package description
* ported from() note to new flux section
* New list filter javascript (#2185)
* generalized list filtering for telegraf plugins and flux functions
* added flux tags, updated filter list functionality
* added more flux tags
* added new experimental functions
* updated derivative params
* ported over new experimental functions
* fixed bad copy-pasta
* ported new notification endpoints into new flux docs
* updated flux function categories
* ported flux changes from master
* fixed product dropdown
* fixed regexp.findString example
* ported flux 0.109 changes
* updated array package aliases and supported version
* ported new functions into flux dir
* added aliases to interpolate package
* ported flux v0.114 packages
* added enterpise logic to url selector modal
* fix minor typo
* Update Flux param type convention (#2515)
* fix minor typo
* WIP new flux data type convention
* wip more param type updates
* cleaned up function type specs
* ported flux 0.115.0 packages and functions
* ported tickscript package
* ported today function
* added aliases to tickscript pkg
* updated timedMovingAverage params example
* updated to function with remote creds
* port flux 0.118 changes over
* port flux changes into flux-restructure
* ported changes from flux 0.123.0 and updated flux function docs
* updated contrib package summary
* updated function definition of schema.tagValues
* ported recent flux changes to the restructure branch
* port changes from master
* Flux get started (#3036)
* Flux group keys demo (#2553)
* interactive group key example
* added js and shortcode for group key demo
* updated group key demo to address PR feedback
* shortened sample data set
* Flux get started intro and data model (#2619)
* starting flux intro content, resolved merge conflicts
* WIP flux get started docs
* WIP flux get started
* flux get started intro and data model
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/flux/v0.x/get-started/data-model.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* addressed PR feedback in flux get started
* updated flux docs landing page
* more updates to flux landing page
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Flux query basics (#2887)
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* wrap up content for flux query basics
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* properly close code block on flux query basics
* Flux – query data (#2891)
* added query data sources with flux and query influxdb
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/query-data/influxdb.md
* Query Prometheus with Flux (#2893)
* query prometheus with flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Query CSV data with Flux (#2895)
* query csv data with flux
* address PR feedback
* Update content/flux/v0.x/query-data/csv.md
* update flux query data sources landing page
* updated flux query data doc formats and links
* Query SQL databases (#2922)
* WIP query sql guides
* query SQL data sources, closes #1738
* updated related link on sql.from
* added link to stream of tables and updated text
* updated connection string text
* updated query sql landing page and children hr styles
* updated sql query docs to address PR feedback
* added missing colon
* Query Google Cloud Bigtable with Flux (#2928)
* Query Google Cloud Bigtable with Flux
* updated doc structure of query bigtable doc
* fixed typo in bigquery doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with Flux data types (#2967)
* scaffolding for flux types, work with strings
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* removed note about interpolation vs concatenation
* updated wording of variable type association
* generalized type inference
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* WIP work with ints
* reverted int content
* updated strings doc to address PR feedback
* added description to data types landing page
* Apply suggestions from code review
* Update content/flux/v0.x/data-types/basic/string.md
* updated composite front-matter
* Work with time types in Flux (#2974)
* work with time types in flux, closes #2260
* updated time type doc
* fixed type in time type description
* fixed typo
* updated work with time doc
* fixed typos
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated time type doc to address PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with booleans (#2975)
* work with boolean types
* updated working with booleans
* updated verbiage
* added related links
* Update content/flux/v0.x/data-types/basic/boolean.md
* Work with bytes types (#2976)
* work with bytes types
* added toc to bytes type doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated work with bytes doc
* fixed typo
* added related links
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with durations (#2977)
* work with durations in flux
* added keywords to duration doc to improve searchability
* minor updates to duration type doc
* updated verbiage
* added related links and removed toDuration from menu
* Update content/flux/v0.x/data-types/basic/duration.md
* Work with null types (#2978)
* WIP null types
* work with null types in flux
* updated null types doc
* Update content/flux/v0.x/data-types/basic/null.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with floats (#2979)
* work with floats in flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
* updated floats type doc
* Update content/flux/v0.x/data-types/basic/float.md
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with integers (#2980)
* WIP work with ints
* work with integers
* work with integers
* updated float to int behavior, added related links, closes #2973
* added toc to ints doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/data-types/basic/integer.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with uintegers (#2981)
* WIP work with uints
* work with uints
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed minor type
* Work with records (#2982)
* work with records in flux
* updated record type doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with arrays (#2983)
* work with arrays
* added array.from example, added related links
* Work with dictionaries (#2984)
* WIP work with dicts
* work with dictionaries
* added related links to dict package
* added introduced version to dict package
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* added sample dict output
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with functions (#2985)
* work with functions
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* revamped type landing pages
* marked union types as draft
* miscellaneous updates
* Work with regular expression (#3024)
* work with regular expression types, closes #2573, closes influxdata/flux#3741
* add context for quoteMeta function
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* fix latest links in page descriptions
* updated influxdb links
* Flux syntax basics (#3033)
* flux syntax basics
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated function description
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Update content/flux/v0.x/get-started/syntax-basics.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* added table param to transformations, closes #2392 (#3039)
* updated flux function links
* update algolia configuration to fix search, closes #1902 (#3042)
* ported notes in the from function doc
* Flux package options (#3083)
* add now option to universe package
* added missing package options, closes #2464
* addressed PR feedback
* Flux transformation input/output examples (#3103)
* added flux/sample shortcode
* standardize flux package titles and list titles
* added start and stop columns as an option with flux/sample shortcode
* minor updates to stdlib
* WIP add input and output examples to flux transformations
* WIP removed sample data demo from universe index page
* WIP function input and output examples
* WIP flux input output examples
* WIP flux input output examples
* flux transformation input and output examples
* Add Flux 'sampledata' package (#3088)
* add flux sampledata package
* updated sampledata example titles
* Write data with Flux (#3084)
* WIP write to sql data sources
* write to sql data sources
* added write data to influxdb with flux doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* made sql headings specific to each db
* updated write to influxdb
* added tag to influxdb to example
* restructred influxdb write examples as code tabs
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed list on influxdb write with flux page
* Flux move changelog (#3117)
* updated flux redirects in edge.js
* move flux changelog into Flux restructure
* add flux redirects to edge.js
* removed extra parentheses from monitor.notify examples, closes #2505
* updated flux release notes with flux 0.129.0
* moved from and to into the influxdata/influxdb package
* updated notes on to and from docs
* added flux card to homepage
* added flux-0.130.0 to flux release notes
* flux link cleanup
* updated experimental message, closes #3097 (#3128)
* Remove Flux stdlib and language from InfluxDB (#3133)
* remove flux stdlib and lang from influxdb, update flux get-started, closes #2132
* flux link cleanup
* cleaned up prometheus verbiage, updated flux data type links
* function cleanup
* fixed sidenav toggle button
* updated group key links, added aliases for flux landing page
* fixed broken links, commented out prometheus content, updated flux types names
* added flux links to the left nav
* fixed flux links in kapacitor docs
* temporarily disable search (#3134)
* merged master and updated telegraf plugins
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-09-16 22:19:21 +00:00
|
|
|
padding: .4rem 1.5rem .4rem .75rem;
|
2018-12-21 06:31:58 +00:00
|
|
|
background: rgba($g20-white, 0);
|
2020-07-30 05:07:09 +00:00
|
|
|
&:hover { background: rgba($g20-white, .2) }
|
|
|
|
&.active { background: rgba($g20-white, .2) }
|
2018-12-21 06:31:58 +00:00
|
|
|
&:last-child {
|
2019-05-06 15:16:38 +00:00
|
|
|
border-radius: 0 0 $radius $radius;
|
2019-01-09 21:17:49 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
&.legacy {
|
|
|
|
position: relative;
|
|
|
|
&:after {
|
|
|
|
content: "\e911";
|
|
|
|
font-family: "icomoon";
|
|
|
|
position: absolute;
|
|
|
|
opacity: .4;
|
|
|
|
margin-left: .25rem;
|
|
|
|
}
|
2018-12-21 06:31:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-31 17:56:52 +00:00
|
|
|
.buttons {
|
|
|
|
display: flex;
|
|
|
|
margin-left: .5rem;
|
|
|
|
}
|
|
|
|
|
2020-04-17 06:57:07 +00:00
|
|
|
.theme-switcher, #search-btn, .url-trigger {
|
2018-12-21 06:31:58 +00:00
|
|
|
display: inline-block;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 1.8rem;
|
2019-05-08 19:41:33 +00:00
|
|
|
line-height: 0;
|
2018-12-21 06:31:58 +00:00
|
|
|
color: rgba($topnav-link, .5);
|
|
|
|
background: none;
|
2019-01-03 23:59:31 +00:00
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
2018-12-21 06:31:58 +00:00
|
|
|
border: none;
|
2019-01-11 17:21:33 +00:00
|
|
|
transition: color .2s, opacity .2s;
|
2019-01-03 23:59:31 +00:00
|
|
|
appearance: none;
|
|
|
|
overflow: visible;
|
2018-12-21 06:31:58 +00:00
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2018-12-20 18:37:31 +00:00
|
|
|
&:hover {
|
2018-12-21 06:31:58 +00:00
|
|
|
color: rgba($topnav-link, 1);
|
|
|
|
cursor: pointer;
|
2018-12-20 18:37:31 +00:00
|
|
|
}
|
2018-12-21 06:31:58 +00:00
|
|
|
&#theme-switch-dark { display: $theme-switch-dark; }
|
|
|
|
&#theme-switch-light { display: $theme-switch-light; }
|
2018-12-20 18:37:31 +00:00
|
|
|
}
|
2019-01-23 06:36:55 +00:00
|
|
|
|
2020-04-17 06:57:07 +00:00
|
|
|
.url-trigger {
|
|
|
|
font-size: 1.1rem;
|
|
|
|
vertical-align: top;
|
2020-07-31 19:29:59 +00:00
|
|
|
|
2020-07-31 17:56:52 +00:00
|
|
|
z-index: 1;
|
2020-04-17 06:57:07 +00:00
|
|
|
}
|
|
|
|
|
2020-07-31 17:56:52 +00:00
|
|
|
.search-btn {
|
|
|
|
margin-top: .15rem;
|
|
|
|
width: 0;
|
2019-01-23 06:36:55 +00:00
|
|
|
opacity: 0;
|
|
|
|
}
|
2019-01-03 23:59:31 +00:00
|
|
|
}
|
2018-12-20 18:37:31 +00:00
|
|
|
|
2019-01-03 23:59:31 +00:00
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////// MEDIA QUERIES ////////////////////////////////
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
2018-12-20 18:37:31 +00:00
|
|
|
|
2020-07-31 17:56:52 +00:00
|
|
|
@include media(medium){
|
|
|
|
.docs-home {
|
|
|
|
.long { display: none; }
|
|
|
|
.short:after { content: "s" }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-03 23:59:31 +00:00
|
|
|
@include media(small) {
|
|
|
|
.icon-influx-logotype { display: none; }
|
2020-07-31 17:56:52 +00:00
|
|
|
|
2020-07-31 19:29:59 +00:00
|
|
|
.topnav { min-height: 5.75rem; }
|
2020-07-31 17:56:52 +00:00
|
|
|
.topnav-right {
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
align-items: flex-end;
|
2020-07-31 19:29:59 +00:00
|
|
|
width: calc(100% - 1.5rem);
|
2020-07-31 17:56:52 +00:00
|
|
|
}
|
|
|
|
.search-btn { display: none; }
|
|
|
|
|
|
|
|
.selector-dropdowns {
|
|
|
|
width: 100%;
|
2020-07-31 19:29:59 +00:00
|
|
|
margin-top: .6rem;
|
|
|
|
.dropdown {
|
|
|
|
flex-grow: 1;
|
|
|
|
height: 2.24rem;
|
|
|
|
.selected { padding: .12rem 1.75rem .12rem .75rem; }
|
|
|
|
&:after { top: .57rem; }
|
|
|
|
}
|
2020-07-31 17:56:52 +00:00
|
|
|
}
|
2018-12-20 18:37:31 +00:00
|
|
|
}
|