Hsu Still
f694b7f847
Simplify RuntimeResult section
7 years ago
Hsu Still
889e811e7e
Improve wording of post-execution
7 years ago
Hsu Still
7bbb21bff1
Add RuntimeResult demo
7 years ago
Hsu Still
7c2ead8464
Fix minor wordings
7 years ago
Hsu Still
6f03f7c502
Finish structuring of post-execution guide
7 years ago
Hsu Still
f28746d9d9
Change all .NET to .Net
This change is because how our repo and project namespace uses .Net instead of .NET.
For consistency sake, we should refer to the project as Discord.Net.
7 years ago
Hsu Still
6bf045eeca
Fix xref in post-execution
7 years ago
Hsu Still
5bb0cea91e
Improve readability of command guide
7 years ago
Hsu Still
e606bb38d0
Draft for complete post-execution guide
7 years ago
Hsu Still
f12df317df
Add warning regarding TR addition prior to module
7 years ago
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