We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9f239 commit 35f4ffaCopy full SHA for 35f4ffa
source/index.html.haml
@@ -140,6 +140,13 @@
140
= partial "serialization"
141
#table
142
= partial "table"
143
+ #external
144
+ %h2 External examples
145
+ %ul
146
+ %li
147
+ %a(href="http://www.catch.jp/program/soramame_block/") SoraMame Block
148
+ \- program by drag and drop
149
+
150
#docs
151
.page-header
152
%h1 Documentation
source/layouts/layout.haml
@@ -32,6 +32,8 @@
32
%a(href="#bootstrap") Sorting a bootstrap menu
33
%li
34
%a(href="#table") Sort tables
35
36
+ %a(href="#external") External examples
37
38
%a(href="#docs") Documentation
39
0 commit comments