diff --git a/.gitignore b/.gitignore index ff72e2d..8f04f71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /composer.lock /vendor +docs/_site/ diff --git a/docs/_config.yml b/docs/_config.yml index 3b2509a..2793d70 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,8 @@ title: Cubex Framework description: Documentation for the Cubex PHP 8.2+ web application framework theme: just-the-docs +remote_theme: just-the-docs/just-the-docs + url: https://cubex.github.io baseurl: /framework