File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ {#- Template for the search box in the header. -#}
2+ {%- if docsearch %}
3+ < div id ="{{ docsearch_container[1:]|default('docsearch') }} "> </ div >
4+ {%- else %}
5+ < form id ="searchbox "
6+ action ="{{ pathto('search') }} "
7+ method ="get "
8+ class ="relative flex items-center group "
9+ @keydown.k.window.meta ="$refs.search.focus() ">
10+ < input x-ref ="search "
11+ name ="q "
12+ id ="search-input "
13+ type ="search "
14+ aria-label ="Search the docs "
15+ placeholder ="{{ _('Search ...') }} "
16+ class ="inline-flex items-center font-medium transition-colors bg-transparent focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 ring-offset-background border border-input hover:bg-accent focus:bg-accent hover:text-accent-foreground focus:text-accent-foreground hover:placeholder-accent-foreground py-2 px-4 relative h-9 w-full justify-start rounded-[0.5rem] text-sm text-muted-foreground sm:pr-12 md:w-40 lg:w-64 " />
17+ < kbd class ="pointer-events-none absolute right-1.5 top-2 hidden h-5 select-none text-muted-foreground items-center gap-1 rounded border border-border bg-muted px-1.5 font-mono text-[10px] font-medium opacity-100 sm:flex group-hover:bg-accent group-hover:text-accent-foreground ">
18+ < span class ="text-xs "> 🔍︎</ span >
19+ </ kbd >
20+ </ form >
21+ {%- endif -%}
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ Additional Info:
5858 :meth: `NodeGraphQt.NodeGraph.set_pipe_slicing `
5959
6060
61- Getting Started
62- ***************
61+ Basic Setup
62+ ***********
6363
6464Here's a basic example snippet for creating two nodes and connecting them together.
6565
You can’t perform that action at this time.
0 commit comments