diff --git a/docs/site/Command-line-interface.md b/docs/site/Command-line-interface.md index ded9d072f1c2..0d2bae9e5226 100644 --- a/docs/site/Command-line-interface.md +++ b/docs/site/Command-line-interface.md @@ -20,8 +20,8 @@ npm install -g @loopback/cli ## Generating LoopBack projects -{% include content/lb4-project-commands.html %} +{% include_relative tables/lb4-project-commands.html %} ## Generating LoopBack artifacts -{% include content/lb4-artifact-commands.html %} +{% include_relative tables/lb4-artifact-commands.html %} diff --git a/docs/lb4_sidebar.yml b/docs/site/sidebars/lb4_sidebar.yml similarity index 100% rename from docs/lb4_sidebar.yml rename to docs/site/sidebars/lb4_sidebar.yml diff --git a/docs/tables/lb4-artifact-commands.html b/docs/site/tables/lb4-artifact-commands.html similarity index 100% rename from docs/tables/lb4-artifact-commands.html rename to docs/site/tables/lb4-artifact-commands.html diff --git a/docs/tables/lb4-project-commands.html b/docs/site/tables/lb4-project-commands.html similarity index 100% rename from docs/tables/lb4-project-commands.html rename to docs/site/tables/lb4-project-commands.html