Commit Graph

59 Commits

Author SHA1 Message Date
Minetest-j45
d08c8de07e
Document object properties (#12)
Co-authored-by: JosiahWI <josiah_vanderzee@mediacombb.net>
Co-authored-by: benrob0329 <ben@totallynotashadyweb.site>
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
2022-01-22 19:41:14 +01:00
Lars Müller
29c0e2524a
HOWTO.adoc - Specify Admonition Usage and Basic Formatting Rules (#29) 2022-01-15 19:45:43 +01:00
benrob0329
cfa6564bbe HOWTO.adoc - remove : after admonitions in list 2022-01-15 13:22:30 -05:00
benrob0329
260c003a2c HOWTO.adoc - specify formatting rules, apply them 2022-01-14 19:10:01 -05:00
benrob0329
e1a16e8027 HOWTO.adoc - add section on admonitions 2022-01-14 17:42:21 -05:00
Lars Mueller
21f54d9e44 Revert "Fix: Remove debug.getinfo from whitelist"
This reverts commit a3ee44375d7e4689c9389acfd361d0a7e0e952ef.
2022-01-14 18:53:34 +01:00
Lars Müller
a3ee44375d
Fix: Remove debug.getinfo from whitelist
`debug.setinfo` is set to `nil` by builtin. See https://github.com/minetest/minetest/pull/11950.
2022-01-14 16:29:01 +01:00
benrob0329
e967ae4fcc
Merge pull request #20 from GreenXenith/standardize
meta - standardize format and HOWTO
2022-01-12 19:26:31 -05:00
GreenXenith
96a5c6f7a9 Small fixes 2022-01-11 00:32:37 -08:00
GreenXenith
775203d8de New format, various fixes 2022-01-10 14:49:42 -08:00
GreenXenith
b80c70ffc6 Weird grave-quote interaction 2022-01-04 17:22:11 -08:00
GreenXenith
4f31a270ad Fix typo 2022-01-04 17:21:02 -08:00
GreenXenith
0fd518a7a2 Add documentation guide 2022-01-04 17:13:00 -08:00
GreenXenith
584f2b522a Rework standard template 2022-01-04 17:12:35 -08:00
benrob0329
f0d413a2a7
Document vector (#11) 2022-01-05 01:24:42 +01:00
benrob0329
36f9c95128
Merge pull request #15 from wsor4035/modchannels
Document modchannels
2022-01-04 01:18:24 -05:00
wsor4035
5924beb7d1
Update doc/modchannels.adoc
Co-authored-by: benrob0329 <ben@innovationplex.com>
2022-01-04 01:15:35 -05:00
wsor4035
a439070021
Apply suggestions from code review
Co-authored-by: benrob0329 <ben@innovationplex.com>
2022-01-04 01:07:10 -05:00
unknown
3940703fc9 address review request 2022-01-04 00:52:25 -05:00
unknown
13b683dea5 styling 2022-01-04 00:31:10 -05:00
unknown
718e731905 ref -> channel object 2022-01-04 00:27:57 -05:00
unknown
ef9ef4d1b5 langauge tweaks 2022-01-04 00:25:20 -05:00
unknown
fe0524f994 small format tweaks 2022-01-03 23:58:47 -05:00
unknown
1e29cab1c6 characters -> bytes 2022-01-02 23:57:54 -05:00
unknown
de5722890c document client side modchannels 2022-01-02 23:50:53 -05:00
unknown
a8865e0cde delete blank space 2022-01-02 15:56:57 -05:00
unknown
1a3930f9df document server side modchannels 2022-01-02 15:54:51 -05:00
Minetest-j45
3b76db7168
Merge pull request #14 from appgurueu/doc-voxelarea
Document VoxelArea
2022-01-02 19:33:34 +01:00
Lars Mueller
207f50ccff Fix wording 2022-01-02 19:32:25 +01:00
Lars Mueller
9fccf6cd2c Mention defaults 2022-01-02 19:31:52 +01:00
Lars Mueller
254a1c4b0f Document VoxelArea 2022-01-02 16:24:47 +01:00
Lars Müller
72bb97e211
Clarify hex escape handling in PUC Lua 2022-01-02 12:58:36 +01:00
wsor4035
7ddaa92990
Merge pull request #9 from benrob0329/trivial
config - Enable icons (trivial)
2022-01-01 19:05:51 -05:00
benrob0329
bb0a1afcc1 config - Enable icons 2022-01-01 19:02:17 -05:00
benrob0329
5ac5fa74d4
Merge pull request #8 from benrob0329/fix-highlight
config - Fix source highlighting for HTML output (Trivial)
2022-01-01 18:15:55 -05:00
benrob0329
1951fccbca config - Fix source highlighting for HTML output 2022-01-01 18:15:07 -05:00
benrob0329
3e3ce657da
Merge pull request #7 from benrob0329/include-config
meta - Add configuration document to include
2022-01-01 17:21:27 -05:00
benrob0329
546c3f6151 config.adoc - Enable experimental and STEM macros 2022-01-01 17:20:56 -05:00
benrob0329
d8f595adf2 meta - Add configuration document to include 2022-01-01 16:57:07 -05:00
benrob0329
6f5909ab7b
Merge pull request #4 from JosiahWI/feat/wiki_template
Standard sample template for wiki layout
2022-01-01 16:19:27 -05:00
JosiahWI
bc57676d26
fix section level 2022-01-01 15:05:04 -06:00
JosiahWI
de9a1f16ad
remove space in block metadata
The examples in the documentation have no spaces between arguments in
metadata, so I've removed it for consistency.
2022-01-01 15:00:32 -06:00
Lars Müller
02782c6087
table.shuffle: Mark optional arguments properly 2022-01-01 21:56:10 +01:00
Lars Müller
69f3fc9c67
Increase ToC depth 2022-01-01 21:55:04 +01:00
JosiahWI
57b6287844
formatting 2022-01-01 14:54:59 -06:00
benrob0329
0c17566265
Seperate source block for Planting A Tree example 2022-01-01 15:52:36 -05:00
Lars Müller
b816e3a2ac
Environment documentation: Fix table of contents 2022-01-01 21:52:12 +01:00
JosiahWI
8ee1e9f22c
fix lua source formatting
Co-authored-by: benrob0329 <ben@innovationplex.com>
2022-01-01 14:47:33 -06:00
Lars Müller
81c1dad18c
Fix vector capitalization 2022-01-01 21:39:13 +01:00
JosiahWI
07d5a6867a
keeping a tree healthy
Co-authored-by: benrob0329 <ben@innovationplex.com>
2022-01-01 14:38:44 -06:00