* Add new product to products.yml * Move directory to new location * Update new index page * Remove old category from github product index * Add getting started category * Add Jekyll category * Create custom domain category * Update links to custom domain articles * Add redirects and update links for getting started articles * Add redirects and update links for jekyll articles * Fix link * Fix link * Fix link * Fix link
1.2 KiB
1.2 KiB
title, intro, redirect_from, product, versions, topics
| title | intro | redirect_from | product | versions | topics | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Using submodules with GitHub Pages | You can use submodules with {% data variables.product.prodname_pages %} to include other projects in your site's code. |
|
{% data reusables.gated-features.pages %} |
|
|
If the repository for your {% 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 {% 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.