I am currently working on migrating information from multiple pages into a single page for ease of access.
For example:
My new, all-encompassing page might be called "ALL INFORMATION". The contents of ALL INFORMATION have the same content as multiple other pages (say, "EXAMPLE 1", "EXAMPLE 2", and "EXAMPLE 3").
Is there a way to edit one source, and have the information change in both sources?
So, if I were to edit a blurb in EXAMPLE 1, is it possible to get the same blurb in ALL INFORMATION to be edited in the same manner without having input the information twice, manually?
I am aware of the snippet feature, but since the excerpt feature can only be used once per page, it isn't exactly what I'm looking for.
Create the three pages Example1, Example2 and Example3 as normal.
Now create "All information", and instead of body text, use the include macro, such that the body of the page is just
{include: Eample1}
{include: Example2}
(include: Example3}
This will render all three pages as though they were on one page. Edit an example X page, next time "all information" is rendered, you'll see that change in it.
Not sure what you mean by "snippet" - it sounds like {excerpt} and (excerpt-include} though.
Nic is on it. The Include Page macro is really great for this kind of thing. You might also consider building a "library" of all the content you reuse, so you can easily find and update things.
We go into how to do this in our guide here: https://www.k15t.com/rock-the-docs/documentation-guide/content-reuse
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.