Remove dependency on tent-apidoc
This commit is contained in:
parent
101f7f49d1
commit
e8ac6de51f
5 changed files with 334 additions and 135 deletions
3
Rules
3
Rules
|
@ -70,6 +70,9 @@ route '/' do
|
|||
'/index.html'
|
||||
end
|
||||
|
||||
route 'api_examples.yaml' do
|
||||
end
|
||||
|
||||
route '*' do
|
||||
next nil if item.identifier.split('/')[-1][0,1] == '_' # partial
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue