Files
Discord.Net/docs
zobweyt 1a5cba875d [Feature] Parameter precondition attribute for simplifying performing hierarchical operations within a guild (#2906)
* Support interaction framework and update bundled preconditions docs

* Support text commands and update bundled preconditions docs

* Fix example

* Move hierarchy util to `PermissionUtils`

* Refactoring
2024-05-12 01:27:15 +03:00
..
2021-12-13 04:47:54 -04:00
2024-03-18 20:39:43 +03:00
2024-03-18 20:39:43 +03:00
2019-05-13 18:29:47 -04:00
2024-03-19 02:21:45 +03:00
2024-03-29 19:01:02 +03:00
2024-04-13 23:23:12 +00:00
2024-04-13 23:23:12 +00:00

Instructions for Building Documentation

The documentation for the Discord.Net library uses DocFX. Instructions for installing this tool can be found here.

Important

You must use DocFX version 2.76.0 for everything to work correctly.

  1. Navigate to the root of the repository.
  2. Build the docs using docfx docs/docfx.json. Add the --serve parameter to preview the site locally.

Please note that if you intend to target a specific version, ensure that you have the correct version checked out.