mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -05:00
[V3 Docs] Add data manager information (#1056)
* Add Data Manager docs * Add rst file * Add note on data manager's purpose
This commit is contained in:
11
docs/framework_datamanager.rst
Normal file
11
docs/framework_datamanager.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
.. data manager docs
|
||||
|
||||
============
|
||||
Data Manager
|
||||
============
|
||||
|
||||
Data manager is a module that handles all the information necessary to bootstrap
|
||||
the bot into a state where more abstract data management systems can take over.
|
||||
|
||||
.. automodule:: redbot.core.data_manager
|
||||
:members:
|
||||
@@ -31,8 +31,10 @@ Welcome to Red - Discord Bot's documentation!
|
||||
guide_cog_creation
|
||||
framework_bank
|
||||
framework_cogmanager
|
||||
framework_datamanager
|
||||
framework_config
|
||||
framework_downloader
|
||||
framework_i18n
|
||||
framework_modlog
|
||||
framework_context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user