File tree Expand file tree Collapse file tree 14 files changed +12
-10
lines changed
Expand file tree Collapse file tree 14 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ div.code-block-caption code {
819819
820820table .highlighttable td .linenos ,
821821span .linenos ,
822- div .doctest > div . highlight span .gp { /* gp: Generic.Prompt */
822+ div .highlight span .gp { /* gp: Generic.Prompt */
823823 user-select : none;
824824 -webkit-user-select : text; /* Safari fallback only */
825825 -webkit-user-select : none; /* Chrome/Safari */
Original file line number Diff line number Diff line change @@ -301,12 +301,14 @@ var Documentation = {
301301 window . location . href = prevHref ;
302302 return false ;
303303 }
304+ break ;
304305 case 39 : // right
305306 var nextHref = $ ( 'link[rel="next"]' ) . prop ( 'href' ) ;
306307 if ( nextHref ) {
307308 window . location . href = nextHref ;
308309 return false ;
309310 }
311+ break ;
310312 }
311313 }
312314 } ) ;
Original file line number Diff line number Diff line change 8989
9090
9191
92- < p class ="caption "> < span class ="caption-text "> Contents:</ span > </ p >
92+ < p class ="caption " role =" heading " > < span class ="caption-text "> Contents:</ span > </ p >
9393< ul >
9494< li class ="toctree-l1 "> < a class ="reference internal " href ="../modules/server/ "> 1. Server Setup</ a > </ li >
9595< li class ="toctree-l1 "> < a class ="reference internal " href ="../modules/client/ "> 2. Client Connection</ a > </ li >
Original file line number Diff line number Diff line change 9090
9191
9292
93- < p class ="caption "> < span class ="caption-text "> Contents:</ span > </ p >
93+ < p class ="caption " role =" heading " > < span class ="caption-text "> Contents:</ span > </ p >
9494< ul >
9595< li class ="toctree-l1 "> < a class ="reference internal " href ="modules/server/ "> 1. Server Setup</ a > </ li >
9696< li class ="toctree-l1 "> < a class ="reference internal " href ="modules/client/ "> 2. Client Connection</ a > </ li >
166166 < div class ="section " id ="welcome-to-discord-ext-ipc-s-documentation ">
167167< h1 > Welcome to discord-ext-ipc’s documentation!< a class ="headerlink " href ="#welcome-to-discord-ext-ipc-s-documentation " title ="Permalink to this headline "> ¶</ a > </ h1 >
168168< div class ="toctree-wrapper compound ">
169- < p class ="caption "> < span class ="caption-text "> Contents:</ span > </ p >
169+ < p class ="caption " role =" heading " > < span class ="caption-text "> Contents:</ span > </ p >
170170< ul >
171171< li class ="toctree-l1 "> < a class ="reference internal " href ="modules/server/ "> 1. Server Setup</ a > </ li >
172172< li class ="toctree-l1 "> < a class ="reference internal " href ="modules/client/ "> 2. Client Connection</ a > </ li >
Original file line number Diff line number Diff line change 9191
9292
9393
94- < p class ="caption "> < span class ="caption-text "> Contents:</ span > </ p >
94+ < p class ="caption " role =" heading " > < span class ="caption-text "> Contents:</ span > </ p >
9595< ul class ="current ">
9696< li class ="toctree-l1 "> < a class ="reference internal " href ="../server/ "> 1. Server Setup</ a > </ li >
9797< li class ="toctree-l1 current "> < a class ="current reference internal " href ="# "> 2. Client Connection</ a > </ li >
Original file line number Diff line number Diff line change 9191
9292
9393
94- < p class ="caption "> < span class ="caption-text "> Contents:</ span > </ p >
94+ < p class ="caption " role =" heading " > < span class ="caption-text "> Contents:</ span > </ p >
9595< ul class ="current ">
9696< li class ="toctree-l1 "> < a class ="reference internal " href ="../server/ "> 1. Server Setup</ a > </ li >
9797< li class ="toctree-l1 "> < a class ="reference internal " href ="../client/ "> 2. Client Connection</ a > </ li >
You can’t perform that action at this time.
0 commit comments