Hsu Still
3b88e5517a
Fix headers in command guide & add mention of nullable types
7 years ago
Hsu Still
243e819b86
Fix minor markdown issues
7 years ago
Hsu Still
85bbb2a08d
Fix file readability
7 years ago
Hsu Still
6432c443c4
Move from botched VS-like CSS to VS2015 CSS from HLJS repo
7 years ago
Hsu Still
d075d30afb
Move theme-switcher next to sideaffix & fix contribution link hover
7 years ago
Hsu Still
04b21a2f34
Improve theme selection
+ Stylized option menu
+ The menu now defaults to whatever theme being the most preferred one
7 years ago
Hsu Still
6511b1ae4c
Implement rudimentary support for theme switching
7 years ago
Hsu Still
746939cc5a
Prep for theme switcher
7 years ago
Hsu Still
50e830e826
Simplify CSS
+ Changes dark theme changes to a different css to respect future docfx.css changes
+ Merge featherlight plugin into the dark theme
7 years ago
Hsu Still
96b95796a1
Add examples for precondition attributes
7 years ago
Hsu Still
ecda318ae8
Add titles and UIDs to each article
7 years ago
Hsu Still
3ed6402c8b
Add 'preemptive rate limit' section
7 years ago
Hsu Still
e124b65166
Improve readability
7 years ago
Hsu Still
11495f2c2a
Improve landing page & add intro
7 years ago
Hsu Still
771157dfb6
Increase font-size to 15px
7 years ago
Hsu Still
1e7a074ac0
Merge branch 'docs/faq-n-patches' of https://github.com/Still34/Discord.Net into docs/faq-n-patches
7 years ago
Hsu Still
197875b7bd
Add more examples
7 years ago
Hsu Still
27e6e2bdbf
Add PreconditionAttribute docs
7 years ago
Hsu Still
08d6558975
Tidy up docs
7 years ago
Hsu Still
32d5afe454
Further styling improvement
7 years ago
Hsu Still
6612a03bee
Clean up pages
7 years ago
Hsu Still
03dcdca91e
Add lightbox & categorize templates
7 years ago
Hsu Still
9c08d4f360
Improve Overwrites styling
7 years ago
Hsu Still
c0d5eda7f6
Update dark theme
+ Fix table color.
+ Change warning/tip/important tip color.
+ Change font to Titillium Web.
+ Other changes that's easier on eyes.
7 years ago
Hsu Still
7cc10c843e
Add dotnet CLI example
7 years ago
Hsu Still
83435aa2c5
Initial dark theme support
7 years ago
Hsu Still
be5e309713
Add more embed example details
7 years ago
Hsu Still
0dcb16119c
Cleanup FAQ trailing spaces
7 years ago
Hsu Still
f81af0bdd1
Add Overwrites files for some classes
+ Starting from this commit, there will be overwrite files added to
provide further details about certain APIs.
7 years ago
Hsu Still
91ff88e2ee
Fix DI module example
7 years ago
Hsu Still
3a10820c84
Add XMLDocs
+ This commit also adds overwrites for CommandContexts; this allows for additional remarks for the class.
7 years ago
Hsu Still
af2bdf89de
Merge dev changes
7 years ago
Hsu Still
9483bc8eea
Target NS1.3
7 years ago
Hsu Still
a7a4efb708
Rollback to target NS1.1 only
7 years ago
Hsu Still
5300534b20
Fix typo
7 years ago
Hsu Still
70712969e7
Add workaround for merging framework targets
7 years ago
Hsu Still
d67f96d03b
Target individual projects instead of solution
+ This gets rid of unnecessary compilation for the test project.
7 years ago
Hsu Still
6f4a4e069b
Add 'View Source' button
+ This change requires us to target the solution.
+ Due to docfx issues, we must specify a upon metadata compilation.
- Because of this, docfx may complain about missing targets.
- If we don't target a specific TargetFramework, docfx will fail to recognize documents with multiple framework targets.
- Further investigation may be required.
7 years ago
Hsu Still
31b4e64159
Merge branch 'docs/faq-n-patches' of https://github.com/Still34/Discord.Net into docs/faq-n-patches
7 years ago
Chris Johnston
88e6244075
Add release version to docs footer, Add doc build instructions ( #963 )
* Add guide for building the docs
* Add version to the footer of the docs
* fix links for readme
* change formatting of doc build readme
* proper capitalization of DocFX in readme
* Remove code tags around version
7 years ago
Hsu Still
bc671b19ca
Add missing ModuleBase<T> in DI example
7 years ago
Hsu Still
8be767b674
Fix xrefing for foreign objects
7 years ago
Hsu Still
2cf94bab35
Fix ReadAsync for TypeReader example
7 years ago
Hsu Still
1d087c391f
Improve readability for module example
7 years ago
Hsu Still
d06d67517a
Improve readability & general fixes
Notable changes include the following,
+ Add _services into examples.
+ Rename Commands back to commands.
- This was changed in my previous PR; however, this made readability really weird.
+ Fix broken examples.
+ Directly referencing anchors instead of saying 'see this below'
7 years ago
Hsu Still
98f63a5b5e
Add missing variable name in module example
7 years ago
Hsu Still
ae6c064591
Fix CheckPermission in docs
7 years ago
Hsu Still
8a7a066c8e
Linkify Type Readers in Commands
7 years ago
Hsu Still
e37652bd55
Add Task<RuntimeResult> in command section
7 years ago
Hsu Still
0f24db04c8
Warning-ify long running code part in commands
7 years ago