fix several doc files that got out of date

This commit is contained in:
Soren I. Bjornstad 2021-09-21 09:30:32 -05:00
parent 91b27c6e40
commit 5e7a1e3d22
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ You can use the following builders in your configuration file out of the box:
.. autofunction:: compile_html_file .. autofunction:: compile_html_file
.. autofunction:: delete_tiddlers
.. autofunction:: editionify .. autofunction:: editionify
.. autofunction:: export_public_tiddlers .. autofunction:: export_public_tiddlers

View File

@ -80,7 +80,7 @@ products = {
# Replace the names of people who don't have public tiddlers with their initials. # Replace the names of people who don't have public tiddlers with their initials.
builders.replace_private_people(), builders.replace_private_people(),
# Change the 'text' field of these tiddlers to new values. # Change the 'text' field of these tiddlers to new values.
builders.set_tiddler_values(mappings={ builders.set_tiddler_values(text={
'$__config_sib_CurrentEditionPublicity.tid': 'public', '$__config_sib_CurrentEditionPublicity.tid': 'public',
'$__config_sib_IsPublicEdition.tid': 'false', '$__config_sib_IsPublicEdition.tid': 'false',
'$__config_DefaultSidebarTab.tid': '$:/sib/SideBar/Explore', '$__config_DefaultSidebarTab.tid': '$:/sib/SideBar/Explore',