-
Notifications
You must be signed in to change notification settings - Fork 367
Restore programmatic content #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The To Do list:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously, all docs that didn't have the
rewrite: true
flag got the{% include content/integration-foot.md %}
content added automatically.In the new structure we want to opt in to using the content, so we need to check the old
site-docs
repo, generate a list of files that don't haverewrite: true
, and add that include manually to each of them.The text was updated successfully, but these errors were encountered: