Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
1.1 KiB
1.1 KiB
title, intro, redirect_from, product, versions
| title | intro | redirect_from | product | versions | ||||
|---|---|---|---|---|---|---|---|---|
| Using submodules with GitHub Pages | You can use submodules with {{ site.data.variables.product.prodname_pages }} to include other projects in your site's code. |
|
{{ site.data.reusables.gated-features.pages }} |
|
If the repository for your {{ site.data.variables.product.prodname_pages }} site contains submodules, their contents will automatically be pulled in when your site is built.
You can only use submodules that point to public repositories, because the {{ site.data.variables.product.prodname_pages }} server cannot access private repositories.
Use the https:// read-only URL for your submodules, including nested submodules. You can make this change in your .gitmodules file.