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
a4b48277d3
Target .NS1.3 for Commands and Webhook
7 years ago
Hsu Still
50ce789320
Merge with 109f663a9a
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
Fyers
109f663a9a
added UserDefaultAvatar to IUser ( #973 )
* added UserDefaultAvatar to IUser
* pass ushort as discriminator
* removed unneeded ushort.parse
7 years ago
HelpfulStranger999
c67db88961
Cleaned up and refactored slightly
7 years ago
Christopher F
b918712ad2
Cleanup of #1009
7 years ago
Paulo
6b7c6e9667
Add new overload for AddTypeReader ( #1009 )
7 years ago
Alex Gravely
2988b38ea8
Resolve mutability issues with EmbedBuilder. ( #1010 )
* Create new entities on each build call. Added Length property to EmbedBuilder.
* Resolve Length issues per #1012
7 years ago
Hsu Still
08d6558975
Tidy up docs
7 years ago
Hsu Still
2ff6d677cb
Add Xmldocs
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
3cf3811bce
Add XMLDocs
7 years ago
Hsu Still
9f536177fa
Add XMLDocs
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
1d2db3a61c
Add XMLDocs
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
0c11481ac3
Replace True keyword with langword xmldocs
7 years ago
Hsu Still
af2bdf89de
Merge dev changes
7 years ago
Hsu Still
897676c5b0
Add XMLDocs for some channel entities
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
Joe4evr
d50fc3b4e1
Throw when attempting to modify a message not made by the current user ( #992 )
* Throw when attempting to modify a message not made by the current user
* Didn't realize the client is passed into the MessageHelper function
* Respond to feedback
7 years ago
Paulo
810f6d610e
Fix SocketCategoryChannel properties ( #945 )
* Update Users property for category channels
* Wrong property being used for Channels property
CategoryId is the category that "owns" this channel. That is actually impossible right now for category channels, so it returns null and get all channels wrongly.
* Resolve permissions for category
* Remove spaces
* Small fix for IChannel.GetUsersAsync
7 years ago
advorange
6d58796f2d
Added in an all value for category channels. ( #952 )
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