Beautify docs a little bit.
Signed-off-by: Julian Wollrath <jwollrath@web.de>
This commit is contained in:
parent
ce0a2d4749
commit
4d76967397
|
@ -1,4 +1,6 @@
|
||||||
# awesome
|
# Readme
|
||||||
|
|
||||||
|
## About awesome
|
||||||
|
|
||||||
awesome is a highly configurable, next generation framework window manager for X.
|
awesome is a highly configurable, next generation framework window manager for X.
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,8 @@ pretty='lua'
|
||||||
style="!pale"
|
style="!pale"
|
||||||
backtick_references=true
|
backtick_references=true
|
||||||
merge=true
|
merge=true
|
||||||
|
use_markdown_titles = true
|
||||||
|
wrap=true
|
||||||
topics={
|
topics={
|
||||||
'00-authors.md',
|
'00-authors.md',
|
||||||
'01-readme.md',
|
'01-readme.md',
|
||||||
|
@ -25,6 +27,12 @@ tparam_alias('tag', 'tag')
|
||||||
-- Should be default, but is not. Sets up "@tab" => "@tparam table".
|
-- Should be default, but is not. Sets up "@tab" => "@tparam table".
|
||||||
tparam_alias('tab', 'table')
|
tparam_alias('tab', 'table')
|
||||||
|
|
||||||
|
-- More fitting section names
|
||||||
|
kind_names={topic='Documentation',module='Libraries'}
|
||||||
|
|
||||||
|
-- Sort modules alphabetically
|
||||||
|
sort_modules=true
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
-- LUA libraries
|
-- LUA libraries
|
||||||
'capi/',
|
'capi/',
|
||||||
|
|
Loading…
Reference in New Issue