diff --git a/docs/commands.md b/docs/commands.md index 967f9e3..8125224 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -2,15 +2,15 @@ ## [Commands](commands.md) -- [app](app.md) -- [domain](domain.md) -- [init](init.md) -- [login](login.md) -- [snapshot](snapshot.md) -- [subdomain](subdomain.md) -- [team](team.md) -- [user](user.md) -- [zip](zip.md) +- [app](commands_app.md) +- [domain](commands_domain.md) +- [init](commands_init.md) +- [login](commands_login.md) +- [snapshot](commands_snapshot.md) +- [subdomain](commands_subdomain.md) +- [team](commands_team.md) +- [user](commands_user.md) +- [zip](commands_zip.md) ```sh A fast option to manage your apps on Discloud. diff --git a/docs/app.md b/docs/commands_app.md similarity index 64% rename from docs/app.md rename to docs/commands_app.md index c8611da..6b3c3a5 100644 --- a/docs/app.md +++ b/docs/commands_app.md @@ -2,23 +2,23 @@ ## [Commands](commands.md) -### [app](app.md) +### [app](commands_app.md) -- [apt](app_apt.md) -- [backup](app_backup.md) -- [commit](app_commit.md) -- [console](app_console.md) -- [delete](app_delete.md) -- [info](app_info.md) -- [logs](app_logs.md) -- [mod](app_mod.md) -- [profile](app_profile.md) -- [ram](app_ram.md) -- [restart](app_restart.md) -- [start](app_start.md) -- [status](app_status.md) -- [stop](app_stop.md) -- [upload](app_upload.md) +- [apt](commands_app_apt.md) +- [backup](commands_app_backup.md) +- [commit](commands_app_commit.md) +- [console](commands_app_console.md) +- [delete](commands_app_delete.md) +- [info](commands_app_info.md) +- [logs](commands_app_logs.md) +- [mod](commands_app_mod.md) +- [profile](commands_app_profile.md) +- [ram](commands_app_ram.md) +- [restart](commands_app_restart.md) +- [start](commands_app_start.md) +- [status](commands_app_status.md) +- [stop](commands_app_stop.md) +- [upload](commands_app_upload.md) ```sh Manage your apps diff --git a/docs/app_apt.md b/docs/commands_app_apt.md similarity index 70% rename from docs/app_apt.md rename to docs/commands_app_apt.md index 08f3313..64e6157 100644 --- a/docs/app_apt.md +++ b/docs/commands_app_apt.md @@ -2,10 +2,10 @@ ## [Commands](commands.md) -### [app](app.md) / [apt](apt.md) +### [app](commands_app.md) / [apt](commands_apt.md) -- [install](app_apt_install.md) -- [uninstall](app_apt_uninstall.md) +- [install](commands_app_apt_install.md) +- [uninstall](commands_app_apt_uninstall.md) ```sh Manage your apps APT diff --git a/docs/app_apt_install.md b/docs/commands_app_apt_install.md similarity index 83% rename from docs/app_apt_install.md rename to docs/commands_app_apt_install.md index 8a063fe..272aac2 100644 --- a/docs/app_apt_install.md +++ b/docs/commands_app_apt_install.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app apt](app_apt.md) / [install](install.md) +### [app apt](commands_app_apt.md) / [install](commands_install.md) ```sh Install APT on your app diff --git a/docs/app_apt_uninstall.md b/docs/commands_app_apt_uninstall.md similarity index 82% rename from docs/app_apt_uninstall.md rename to docs/commands_app_apt_uninstall.md index 530a73e..385e919 100644 --- a/docs/app_apt_uninstall.md +++ b/docs/commands_app_apt_uninstall.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app apt](app_apt.md) / [uninstall](uninstall.md) +### [app apt](commands_app_apt.md) / [uninstall](commands_uninstall.md) ```sh Uninstall APT from your app diff --git a/docs/app_backup.md b/docs/commands_app_backup.md similarity index 87% rename from docs/app_backup.md rename to docs/commands_app_backup.md index a7e9368..3bde155 100644 --- a/docs/app_backup.md +++ b/docs/commands_app_backup.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [backup](backup.md) +### [app](commands_app.md) / [backup](commands_backup.md) ```sh Get backup of your app code from Discloud diff --git a/docs/app_commit.md b/docs/commands_app_commit.md similarity index 85% rename from docs/app_commit.md rename to docs/commands_app_commit.md index 718f46a..7282f10 100644 --- a/docs/app_commit.md +++ b/docs/commands_app_commit.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [commit](commit.md) +### [app](commands_app.md) / [commit](commands_commit.md) ```sh Commit one app or site to Discloud diff --git a/docs/app_console.md b/docs/commands_app_console.md similarity index 81% rename from docs/app_console.md rename to docs/commands_app_console.md index 7e2a6b0..a45036b 100644 --- a/docs/app_console.md +++ b/docs/commands_app_console.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [console](console.md) +### [app](commands_app.md) / [console](commands_console.md) ```sh Use the app terminal diff --git a/docs/app_delete.md b/docs/commands_app_delete.md similarity index 83% rename from docs/app_delete.md rename to docs/commands_app_delete.md index 4801c51..13b8299 100644 --- a/docs/app_delete.md +++ b/docs/commands_app_delete.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [delete](delete.md) +### [app](commands_app.md) / [delete](commands_delete.md) ```sh Delete one of your apps on Discloud diff --git a/docs/app_info.md b/docs/commands_app_info.md similarity index 82% rename from docs/app_info.md rename to docs/commands_app_info.md index 8478fae..6ceb2d9 100644 --- a/docs/app_info.md +++ b/docs/commands_app_info.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [info](info.md) +### [app](commands_app.md) / [info](commands_info.md) ```sh Get information of your apps diff --git a/docs/app_logs.md b/docs/commands_app_logs.md similarity index 92% rename from docs/app_logs.md rename to docs/commands_app_logs.md index 27ce695..6c39e21 100644 --- a/docs/app_logs.md +++ b/docs/commands_app_logs.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [logs](logs.md) +### [app](commands_app.md) / [logs](commands_logs.md) ```sh View the logs from application in Discloud diff --git a/docs/app_mod.md b/docs/commands_app_mod.md similarity index 67% rename from docs/app_mod.md rename to docs/commands_app_mod.md index e04c64f..ce959b2 100644 --- a/docs/app_mod.md +++ b/docs/commands_app_mod.md @@ -2,12 +2,12 @@ ## [Commands](commands.md) -### [app](app.md) / [mod](mod.md) +### [app](commands_app.md) / [mod](commands_mod.md) -- [add](app_mod_add.md) -- [delete](app_mod_delete.md) -- [edit](app_mod_edit.md) -- [info](app_mod_info.md) +- [add](commands_app_mod_add.md) +- [delete](commands_app_mod_delete.md) +- [edit](commands_app_mod_edit.md) +- [info](commands_app_mod_info.md) ```sh Manage your app team diff --git a/docs/app_mod_add.md b/docs/commands_app_mod_add.md similarity index 85% rename from docs/app_mod_add.md rename to docs/commands_app_mod_add.md index 950b26b..8aa5767 100644 --- a/docs/app_mod_add.md +++ b/docs/commands_app_mod_add.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app mod](app_mod.md) / [add](add.md) +### [app mod](commands_app_mod.md) / [add](commands_add.md) ```sh Add MOD to your app diff --git a/docs/app_mod_delete.md b/docs/commands_app_mod_delete.md similarity index 79% rename from docs/app_mod_delete.md rename to docs/commands_app_mod_delete.md index d5b713d..f80b0ec 100644 --- a/docs/app_mod_delete.md +++ b/docs/commands_app_mod_delete.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app mod](app_mod.md) / [delete](delete.md) +### [app mod](commands_app_mod.md) / [delete](commands_delete.md) ```sh Delete MOD of your app diff --git a/docs/app_mod_edit.md b/docs/commands_app_mod_edit.md similarity index 85% rename from docs/app_mod_edit.md rename to docs/commands_app_mod_edit.md index 84e61d1..5a0dbd4 100644 --- a/docs/app_mod_edit.md +++ b/docs/commands_app_mod_edit.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app mod](app_mod.md) / [edit](edit.md) +### [app mod](commands_app_mod.md) / [edit](commands_edit.md) ```sh Edit MOD perms of your app diff --git a/docs/app_mod_info.md b/docs/commands_app_mod_info.md similarity index 79% rename from docs/app_mod_info.md rename to docs/commands_app_mod_info.md index 5f5eff9..d18d309 100644 --- a/docs/app_mod_info.md +++ b/docs/commands_app_mod_info.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app mod](app_mod.md) / [info](info.md) +### [app mod](commands_app_mod.md) / [info](commands_info.md) ```sh Get MOD info of your app diff --git a/docs/app_profile.md b/docs/commands_app_profile.md similarity index 84% rename from docs/app_profile.md rename to docs/commands_app_profile.md index 5f54570..4be19f3 100644 --- a/docs/app_profile.md +++ b/docs/commands_app_profile.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [profile](profile.md) +### [app](commands_app.md) / [profile](commands_profile.md) ```sh Updates the profile information (avatar and name) for a specific app diff --git a/docs/app_ram.md b/docs/commands_app_ram.md similarity index 84% rename from docs/app_ram.md rename to docs/commands_app_ram.md index c0b77ae..10e6de2 100644 --- a/docs/app_ram.md +++ b/docs/commands_app_ram.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [ram](ram.md) +### [app](commands_app.md) / [ram](commands_ram.md) ```sh Set amount of ram for your app diff --git a/docs/app_restart.md b/docs/commands_app_restart.md similarity index 81% rename from docs/app_restart.md rename to docs/commands_app_restart.md index 4690344..7e1d6b3 100644 --- a/docs/app_restart.md +++ b/docs/commands_app_restart.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [restart](restart.md) +### [app](commands_app.md) / [restart](commands_restart.md) ```sh Restart one or all of your apps on Discloud diff --git a/docs/app_start.md b/docs/commands_app_start.md similarity index 82% rename from docs/app_start.md rename to docs/commands_app_start.md index 3430273..943bbc3 100644 --- a/docs/app_start.md +++ b/docs/commands_app_start.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [start](start.md) +### [app](commands_app.md) / [start](commands_start.md) ```sh Start one or all of your apps on Discloud diff --git a/docs/app_status.md b/docs/commands_app_status.md similarity index 80% rename from docs/app_status.md rename to docs/commands_app_status.md index d0b480b..6a29738 100644 --- a/docs/app_status.md +++ b/docs/commands_app_status.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [status](status.md) +### [app](commands_app.md) / [status](commands_status.md) ```sh Get status of your app diff --git a/docs/app_stop.md b/docs/commands_app_stop.md similarity index 83% rename from docs/app_stop.md rename to docs/commands_app_stop.md index 0b42cbc..2377320 100644 --- a/docs/app_stop.md +++ b/docs/commands_app_stop.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [stop](stop.md) +### [app](commands_app.md) / [stop](commands_stop.md) ```sh Stop one or all of your apps on Discloud diff --git a/docs/app_upload.md b/docs/commands_app_upload.md similarity index 81% rename from docs/app_upload.md rename to docs/commands_app_upload.md index 21de16a..451a0bb 100644 --- a/docs/app_upload.md +++ b/docs/commands_app_upload.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [app](app.md) / [upload](upload.md) +### [app](commands_app.md) / [upload](commands_upload.md) ```sh Upload one app or site to Discloud diff --git a/docs/domain.md b/docs/commands_domain.md similarity index 65% rename from docs/domain.md rename to docs/commands_domain.md index d26dcd6..bd0bb31 100644 --- a/docs/domain.md +++ b/docs/commands_domain.md @@ -2,13 +2,13 @@ ## [Commands](commands.md) -### [domain](domain.md) +### [domain](commands_domain.md) -- [create](domain_create.md) -- [delete](domain_delete.md) -- [edit](domain_edit.md) -- [info](domain_info.md) -- [verify](domain_verify.md) +- [create](commands_domain_create.md) +- [delete](commands_domain_delete.md) +- [edit](commands_domain_edit.md) +- [info](commands_domain_info.md) +- [verify](commands_domain_verify.md) ```sh Manage your domains diff --git a/docs/domain_create.md b/docs/commands_domain_create.md similarity index 79% rename from docs/domain_create.md rename to docs/commands_domain_create.md index 1db4667..f5f3080 100644 --- a/docs/domain_create.md +++ b/docs/commands_domain_create.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [domain](domain.md) / [create](create.md) +### [domain](commands_domain.md) / [create](commands_create.md) ```sh Create a domain diff --git a/docs/domain_delete.md b/docs/commands_domain_delete.md similarity index 78% rename from docs/domain_delete.md rename to docs/commands_domain_delete.md index c568f4c..ad3debe 100644 --- a/docs/domain_delete.md +++ b/docs/commands_domain_delete.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [domain](domain.md) / [delete](delete.md) +### [domain](commands_domain.md) / [delete](commands_delete.md) ```sh Delete a domain diff --git a/docs/domain_edit.md b/docs/commands_domain_edit.md similarity index 80% rename from docs/domain_edit.md rename to docs/commands_domain_edit.md index b2da2c8..1e69196 100644 --- a/docs/domain_edit.md +++ b/docs/commands_domain_edit.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [domain](domain.md) / [edit](edit.md) +### [domain](commands_domain.md) / [edit](commands_edit.md) ```sh Edit a domain diff --git a/docs/domain_info.md b/docs/commands_domain_info.md similarity index 81% rename from docs/domain_info.md rename to docs/commands_domain_info.md index 09ae741..ffdd507 100644 --- a/docs/domain_info.md +++ b/docs/commands_domain_info.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [domain](domain.md) / [info](info.md) +### [domain](commands_domain.md) / [info](commands_info.md) ```sh Get information of your domains diff --git a/docs/domain_verify.md b/docs/commands_domain_verify.md similarity index 78% rename from docs/domain_verify.md rename to docs/commands_domain_verify.md index 078cc19..f17087a 100644 --- a/docs/domain_verify.md +++ b/docs/commands_domain_verify.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [domain](domain.md) / [verify](verify.md) +### [domain](commands_domain.md) / [verify](commands_verify.md) ```sh Verify a domain diff --git a/docs/init.md b/docs/commands_init.md similarity index 96% rename from docs/init.md rename to docs/commands_init.md index 20546f9..0f5d3f1 100644 --- a/docs/init.md +++ b/docs/commands_init.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [init](init.md) +### [init](commands_init.md) ```sh Init discloud.config file diff --git a/docs/login.md b/docs/commands_login.md similarity index 87% rename from docs/login.md rename to docs/commands_login.md index 4979558..8e92204 100644 --- a/docs/login.md +++ b/docs/commands_login.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [login](login.md) +### [login](commands_login.md) ```sh Login on Discloud API diff --git a/docs/snapshot.md b/docs/commands_snapshot.md similarity index 72% rename from docs/snapshot.md rename to docs/commands_snapshot.md index d1fad71..8fb3b9f 100644 --- a/docs/snapshot.md +++ b/docs/commands_snapshot.md @@ -2,11 +2,11 @@ ## [Commands](commands.md) -### [snapshot](snapshot.md) +### [snapshot](commands_snapshot.md) -- [create](snapshot_create.md) -- [download](snapshot_download.md) -- [info](snapshot_info.md) +- [create](commands_snapshot_create.md) +- [download](commands_snapshot_download.md) +- [info](commands_snapshot_info.md) ```sh Manage your versioned backups diff --git a/docs/snapshot_create.md b/docs/commands_snapshot_create.md similarity index 79% rename from docs/snapshot_create.md rename to docs/commands_snapshot_create.md index 500f0db..e7e051f 100644 --- a/docs/snapshot_create.md +++ b/docs/commands_snapshot_create.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [snapshot](snapshot.md) / [create](create.md) +### [snapshot](commands_snapshot.md) / [create](commands_create.md) ```sh Create a versioned snapshot of your app diff --git a/docs/snapshot_download.md b/docs/commands_snapshot_download.md similarity index 86% rename from docs/snapshot_download.md rename to docs/commands_snapshot_download.md index 3d17f1c..d9b17b9 100644 --- a/docs/snapshot_download.md +++ b/docs/commands_snapshot_download.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [snapshot](snapshot.md) / [download](download.md) +### [snapshot](commands_snapshot.md) / [download](commands_download.md) ```sh Download a versioned snapshot of your app diff --git a/docs/snapshot_info.md b/docs/commands_snapshot_info.md similarity index 86% rename from docs/snapshot_info.md rename to docs/commands_snapshot_info.md index 97e981f..d6b3b9e 100644 --- a/docs/snapshot_info.md +++ b/docs/commands_snapshot_info.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [snapshot](snapshot.md) / [info](info.md) +### [snapshot](commands_snapshot.md) / [info](commands_info.md) ```sh List your versioned snapshots diff --git a/docs/subdomain.md b/docs/commands_subdomain.md similarity index 69% rename from docs/subdomain.md rename to docs/commands_subdomain.md index 702b5e0..9fc2b06 100644 --- a/docs/subdomain.md +++ b/docs/commands_subdomain.md @@ -2,11 +2,11 @@ ## [Commands](commands.md) -### [subdomain](subdomain.md) +### [subdomain](commands_subdomain.md) -- [create](subdomain_create.md) -- [delete](subdomain_delete.md) -- [info](subdomain_info.md) +- [create](commands_subdomain_create.md) +- [delete](commands_subdomain_delete.md) +- [info](commands_subdomain_info.md) ```sh Manage your subdomains diff --git a/docs/subdomain_create.md b/docs/commands_subdomain_create.md similarity index 77% rename from docs/subdomain_create.md rename to docs/commands_subdomain_create.md index c44b03b..6879feb 100644 --- a/docs/subdomain_create.md +++ b/docs/commands_subdomain_create.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [subdomain](subdomain.md) / [create](create.md) +### [subdomain](commands_subdomain.md) / [create](commands_create.md) ```sh Create a subdomain diff --git a/docs/subdomain_delete.md b/docs/commands_subdomain_delete.md similarity index 77% rename from docs/subdomain_delete.md rename to docs/commands_subdomain_delete.md index 93c584b..26dcc03 100644 --- a/docs/subdomain_delete.md +++ b/docs/commands_subdomain_delete.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [subdomain](subdomain.md) / [delete](delete.md) +### [subdomain](commands_subdomain.md) / [delete](commands_delete.md) ```sh Delete a subdomain diff --git a/docs/subdomain_info.md b/docs/commands_subdomain_info.md similarity index 79% rename from docs/subdomain_info.md rename to docs/commands_subdomain_info.md index 4c6261f..b6cea08 100644 --- a/docs/subdomain_info.md +++ b/docs/commands_subdomain_info.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [subdomain](subdomain.md) / [info](info.md) +### [subdomain](commands_subdomain.md) / [info](commands_info.md) ```sh Get information of your subdomains diff --git a/docs/team.md b/docs/commands_team.md similarity index 67% rename from docs/team.md rename to docs/commands_team.md index 6ebf4e6..64a4eb1 100644 --- a/docs/team.md +++ b/docs/commands_team.md @@ -2,17 +2,17 @@ ## [Commands](commands.md) -### [team](team.md) +### [team](commands_team.md) -- [backup](team_backup.md) -- [commit](team_commit.md) -- [info](team_info.md) -- [logs](team_logs.md) -- [ram](team_ram.md) -- [restart](team_restart.md) -- [start](team_start.md) -- [status](team_status.md) -- [stop](team_stop.md) +- [backup](commands_team_backup.md) +- [commit](commands_team_commit.md) +- [info](commands_team_info.md) +- [logs](commands_team_logs.md) +- [ram](commands_team_ram.md) +- [restart](commands_team_restart.md) +- [start](commands_team_start.md) +- [status](commands_team_status.md) +- [stop](commands_team_stop.md) ```sh Manage team apps diff --git a/docs/team_backup.md b/docs/commands_team_backup.md similarity index 86% rename from docs/team_backup.md rename to docs/commands_team_backup.md index ed63d5a..f9458df 100644 --- a/docs/team_backup.md +++ b/docs/commands_team_backup.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [team](team.md) / [backup](backup.md) +### [team](commands_team.md) / [backup](commands_backup.md) ```sh Get backup of your team app code from Discloud diff --git a/docs/team_commit.md b/docs/commands_team_commit.md similarity index 85% rename from docs/team_commit.md rename to docs/commands_team_commit.md index 3d6c425..944c492 100644 --- a/docs/team_commit.md +++ b/docs/commands_team_commit.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [team](team.md) / [commit](commit.md) +### [team](commands_team.md) / [commit](commands_commit.md) ```sh Commit one app or site to Discloud diff --git a/docs/team_info.md b/docs/commands_team_info.md similarity index 81% rename from docs/team_info.md rename to docs/commands_team_info.md index b26df40..bd1c473 100644 --- a/docs/team_info.md +++ b/docs/commands_team_info.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [team](team.md) / [info](info.md) +### [team](commands_team.md) / [info](commands_info.md) ```sh Get information of your apps diff --git a/docs/team_logs.md b/docs/commands_team_logs.md similarity index 91% rename from docs/team_logs.md rename to docs/commands_team_logs.md index 9c99a2e..ccac771 100644 --- a/docs/team_logs.md +++ b/docs/commands_team_logs.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [team](team.md) / [logs](logs.md) +### [team](commands_team.md) / [logs](commands_logs.md) ```sh View the logs from application in Discloud diff --git a/docs/team_ram.md b/docs/commands_team_ram.md similarity index 83% rename from docs/team_ram.md rename to docs/commands_team_ram.md index aaced43..2b0afb6 100644 --- a/docs/team_ram.md +++ b/docs/commands_team_ram.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [team](team.md) / [ram](ram.md) +### [team](commands_team.md) / [ram](commands_ram.md) ```sh Set amount of ram for your app diff --git a/docs/team_restart.md b/docs/commands_team_restart.md similarity index 81% rename from docs/team_restart.md rename to docs/commands_team_restart.md index e94e836..1b7aecc 100644 --- a/docs/team_restart.md +++ b/docs/commands_team_restart.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [team](team.md) / [restart](restart.md) +### [team](commands_team.md) / [restart](commands_restart.md) ```sh Restart one or all of your apps on Discloud diff --git a/docs/team_start.md b/docs/commands_team_start.md similarity index 82% rename from docs/team_start.md rename to docs/commands_team_start.md index 6ac0959..81c41c4 100644 --- a/docs/team_start.md +++ b/docs/commands_team_start.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [team](team.md) / [start](start.md) +### [team](commands_team.md) / [start](commands_start.md) ```sh Start one or all of your apps on Discloud diff --git a/docs/team_status.md b/docs/commands_team_status.md similarity index 79% rename from docs/team_status.md rename to docs/commands_team_status.md index 9af27ea..7d74d59 100644 --- a/docs/team_status.md +++ b/docs/commands_team_status.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [team](team.md) / [status](status.md) +### [team](commands_team.md) / [status](commands_status.md) ```sh Get status of your app diff --git a/docs/team_stop.md b/docs/commands_team_stop.md similarity index 82% rename from docs/team_stop.md rename to docs/commands_team_stop.md index 2aa951a..3c2b23f 100644 --- a/docs/team_stop.md +++ b/docs/commands_team_stop.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [team](team.md) / [stop](stop.md) +### [team](commands_team.md) / [stop](commands_stop.md) ```sh Stop one or all of your apps on Discloud diff --git a/docs/user.md b/docs/commands_user.md similarity index 76% rename from docs/user.md rename to docs/commands_user.md index 57a6ae5..125d4e3 100644 --- a/docs/user.md +++ b/docs/commands_user.md @@ -2,10 +2,10 @@ ## [Commands](commands.md) -### [user](user.md) +### [user](commands_user.md) -- [info](user_info.md) -- [locale](user_locale.md) +- [info](commands_user_info.md) +- [locale](commands_user_locale.md) ```sh Manage your profile diff --git a/docs/user_info.md b/docs/commands_user_info.md similarity index 79% rename from docs/user_info.md rename to docs/commands_user_info.md index a8c8cf1..c66acaf 100644 --- a/docs/user_info.md +++ b/docs/commands_user_info.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [user](user.md) / [info](info.md) +### [user](commands_user.md) / [info](commands_info.md) ```sh Get your information diff --git a/docs/user_locale.md b/docs/commands_user_locale.md similarity index 85% rename from docs/user_locale.md rename to docs/commands_user_locale.md index 1740710..a7bfa98 100644 --- a/docs/user_locale.md +++ b/docs/commands_user_locale.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [user](user.md) / [locale](locale.md) +### [user](commands_user.md) / [locale](commands_locale.md) ```sh Set your locale diff --git a/docs/zip.md b/docs/commands_zip.md similarity index 92% rename from docs/zip.md rename to docs/commands_zip.md index c92aa9c..b886585 100644 --- a/docs/zip.md +++ b/docs/commands_zip.md @@ -2,7 +2,7 @@ ## [Commands](commands.md) -### [zip](zip.md) +### [zip](commands_zip.md) ```sh Make zip diff --git a/scripts/docs/generate/commands.dart b/scripts/docs/generate/commands.dart index 5d2e7f4..fef1f81 100644 --- a/scripts/docs/generate/commands.dart +++ b/scripts/docs/generate/commands.dart @@ -20,7 +20,7 @@ Future commands({ for (final command in runner.commands.values) { if (command.hidden || !visited.add(command)) continue; - buffer.writeln("- [${command.name}](${command.name}.md)"); + buffer.writeln("- [${command.name}](commands_${command.name}.md)"); await _recursiveDocsGenerate( command: command, @@ -51,22 +51,22 @@ Future _recursiveDocsGenerate({ if (parentCommandName case final String name) { buffer ..writeAll([ - "### [$name](${name.replaceAll(" ", "_")}.md)", - "[${command.name}](${command.name.replaceAll(" ", "_")}.md)", + "### [$name](commands_${name.replaceAll(" ", "_")}.md)", + "[${command.name}](commands_${command.name.replaceAll(" ", "_")}.md)", ], " / ") ..writeln() ..writeln(); } else { buffer ..writeln( - "### [${command.name}](${command.name.replaceAll(" ", "_")}.md)", + "### [${command.name}](commands_${command.name.replaceAll(" ", "_")}.md)", ) ..writeln(); } final commandName = [?parentCommandName, command.name].join(" "); - final fileCommandName = commandName.replaceAll(" ", "_"); + final fileCommandName = "commands_${commandName.replaceAll(" ", "_")}"; final File file = .new("docs/$fileCommandName.md"); @@ -75,7 +75,8 @@ Future _recursiveDocsGenerate({ final subcommandName = [commandName, subcommand.name].join(" "); - final fileSubcommandName = subcommandName.replaceAll(" ", "_"); + final fileSubcommandName = + "commands_${subcommandName.replaceAll(" ", "_")}"; buffer.writeln("- [${subcommand.name}]($fileSubcommandName.md)");