-
-
Notifications
You must be signed in to change notification settings - Fork 42
[DRAFT] docs #1135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
[DRAFT] docs #1135
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
3f4630e
add example module docs
penutbutterbaby 3c45907
docs(faq): add some basics questions and answers
penutbutterbaby fe42bb0
docs(style): add guidelines for nested lists formatting in markdown d…
kzndotsh cb4fc78
docs(roles): update role assignment command syntax for clarity
kzndotsh c7fe242
docs(templates): add new documentation templates for commands, comman…
kzndotsh 15e74f7
docs(index): add new documentation section for templates and resources
kzndotsh e843970
docs: update feature documentation for clarity and completeness
kzndotsh f946272
docs: remove example module documentation
kzndotsh 154e934
docs: expand navigation structure with detailed module and command do…
kzndotsh 492b24f
docs(markdownlint): update configuration for heading rules
kzndotsh edba537
docs(fun): add Fun module documentation with Random and XKCD commands
kzndotsh de47b57
docs(info): add comprehensive documentation for Info module and relat…
kzndotsh add63e4
docs(levels): add comprehensive documentation for Levels module and r…
kzndotsh 8eae6a2
docs(tools): add comprehensive documentation for Tools module and rel…
kzndotsh 1a80c64
docs(modules): restructure and rename User Commands section to Modules
kzndotsh bc6a82e
docs(snippets): add comprehensive documentation for Snippets module a…
kzndotsh 265c8c5
docs(utility): add comprehensive documentation for Utility module and…
kzndotsh 5f3c9ac
docs(moderation): add comprehensive documentation for Moderation comm…
kzndotsh 429cdc9
docs(config): add comprehensive documentation for Config module and r…
kzndotsh 1f130cd
fix(vscode): disable markdown validation in settings
kzndotsh 5d1ed5e
docs(deslop): add comprehensive documentation for Deslop command
kzndotsh 95c7c7d
docs(templates): add documentation templates guidance for module docu…
kzndotsh 58f3ba3
docs(bookmarks): enhance documentation for bookmarks feature
kzndotsh ae1d4d8
docs(modules): enhance documentation for various modules and commands
kzndotsh cf11ce2
feat(documentation): enhance documentation commands with comprehensiv…
kzndotsh ec4ce01
chore(docs): update Docker installation guide for clarity and consist…
kzndotsh 61868d2
chore(docs): remove filler
kzndotsh 0a3ef0a
refactor(models): simplify timestamp field definitions in TimestampMi…
kzndotsh 2192fd8
refactor(models): remove unnecessary sa_type specifications for datet…
kzndotsh 254e345
refactor(error): streamline error handler configurations by removing …
kzndotsh 24521be
fix(tests): correct usage of column in delete statement for Guild model
kzndotsh 0abe81d
feat(migrations): adjust datetime fields to remove timezone specifica…
kzndotsh cf1d57f
feat(docs): add comprehensive Deslop documentation for writing standa…
kzndotsh 924a2b1
docs(database): update database configuration documentation for clari…
kzndotsh 0992060
docs(environment): enhance environment configuration documentation fo…
kzndotsh 68ec528
fix(config): update default PostgreSQL password for enhanced security
kzndotsh dbb5a69
docs(baremetal): update installation instructions for clarity and eff…
kzndotsh d64edde
chore(deps): lock file maintenance (#1138)
renovate[bot] 38beb7c
chore(deps): lock file maintenance (#1141)
renovate[bot] fa324e9
fix(models): remove timezone info from datetime fields for consistency
kzndotsh 32ae2a4
docs(server): update documentation for local server configuration and…
kzndotsh 3bf606a
docs: update various documentation files for clarity and consistency
kzndotsh e929a4f
Merge branch 'main' into fix/docs
kzndotsh 81a5c2d
docs: enhance moderation command documentation with detailed reason p…
kzndotsh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| title: Documentation | ||
| description: Templates and resources for creating consistent documentation for Tux | ||
| tags: | ||
| - reference | ||
| - docs | ||
| - documentation | ||
| --- | ||
|
|
||
| # Documentation | ||
|
|
||
| This section contains templates and resources for creating consistent documentation for Tux. | ||
|
|
||
| ## Templates | ||
|
|
||
| - [Module Template](templates/module-template.md) | ||
| - [Command Template](templates/command-template.md) | ||
| - [Command Group Template](templates/command-group-template.md) | ||
| - [Feature Template](templates/feature-template.md) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: allthingslinux/tux
Length of output: 838
🏁 Script executed:
Repository: allthingslinux/tux
Length of output: 980
🏁 Script executed:
Repository: allthingslinux/tux
Length of output: 18871
🏁 Script executed:
Repository: allthingslinux/tux
Length of output: 1458
🏁 Script executed:
Repository: allthingslinux/tux
Length of output: 4312
🏁 Script executed:
Repository: allthingslinux/tux
Length of output: 233
Add explanation for the
<rank_number>placeholder to comply with documentation standards.The named-parameter syntax is consistently applied across all command examples (e.g.,
rank:3 role:@Moderator,role:@RoleName), improving clarity. However, per documentation standards, placeholders require explanation. Line 123 uses<rank_number>without defining it. Add a brief explanation such as: "where<rank_number>is the target rank (1-5)" or similar.🤖 Prompt for AI Agents