File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ <div class =" content-wrap" >
2
+ <div class =" header d-flex flex-justify-between p-2 hide-lg hide-xl" aria-label =" top navigation" >
3
+ <button id =" toggle" class =" btn-octicon p-2 m-0 text-white" type =" button" >
4
+ <i class =" fa fa-bars" ></i >
5
+ </button >
6
+ <div class =" title flex-1 d-flex flex-justify-center" >
7
+ <a class =" h4 no-underline py-1 px-2 rounded-1" href =" {{ site .baseurl }}/" >{{ site .title }}</a >
8
+ </div >
9
+ </div >
10
+ <div class =" bg-red-2" >
11
+ <div class =" content p-3 px-sm-5" >
12
+ This documentation is for Node Feature Discovery version that is no longer supported. Please upgrade and visit the
13
+ <a class =" no-underline" href =" {{ '../stable' | relative_url }}" >documentation of the latest stable release</a >.
14
+ </div >
15
+ </div >
16
+ <div class =" content p-3 p-sm-5" >
17
+ {% include class /_breadcrumbs .liquid %}
18
+ <hr >
19
+ <div role =" main" itemscope =" itemscope" itemtype =" http://schema.org/Article" >
20
+ <div class =" markdown-body" itemprop =" articleBody" >
21
+ {{ content }}
22
+ </div >
23
+ </div >
24
+ {% include class /_footer .liquid %}
25
+ </div >
26
+ </div >
You can’t perform that action at this time.
0 commit comments