Initial add docs

This commit is contained in:
Hussam.lawen
2023-09-27 16:48:17 +03:00
parent a6e65e867f
commit c3cbaaf09e
5 changed files with 384 additions and 1 deletions

View File

@ -22,6 +22,7 @@ global_settings = Dynaconf(
"settings/pr_sort_code_suggestions_prompts.toml",
"settings/pr_information_from_user_prompts.toml",
"settings/pr_update_changelog_prompts.toml",
"settings/pr_add_docs.toml",
"settings_prod/.secrets.toml"
]]
)