108 Commits

Author SHA1 Message Date
Ian Wienand
48c7f46acc resolves #200 document the resolvePage and resolvePageURL helpers 2024-07-11 18:55:09 +00:00
Dan Allen
c9dc6a4d61 make start page title consistent with other docs in site 2024-04-12 01:13:53 -06:00
Dan Allen
dd9bca0271 add note about differences from Asciidoctor default stylesheet 2024-03-29 16:30:15 -06:00
Dan Allen
efe4fd46b5 add page that covers image styles 2024-02-29 01:59:45 -07:00
Dan Allen
7f94877826 stage info about using role on document as alternative to page role 2024-02-16 02:14:35 -07:00
Dan Allen
9f86f08b62 document the page-role attribute and how to use it to turn off the TOC sidebar 2024-02-14 02:18:47 -07:00
Dan Allen
661214e383 recommend using npx gulp to run the gulp command 2023-11-30 15:46:17 -07:00
Dan Allen
24f431fd23 resolves #214 fix explanation of how to add static files to UI bundle; update build to include hidden files in src/static folder 2023-11-04 01:06:40 -06:00
Dan Allen
35083ce9fd consistently use notice.txt as example static file 2023-11-04 00:37:47 -06:00
Dan Allen
8d71d73198 reword introduction to copy to clipboard functionality 2023-10-31 14:21:20 -06:00
Dan Allen
0ad5212fe8 add dedicated page for code blocks
- move code blocks page under UI elements styles and behaviors
- introduce code blocks
- move copy to clipboard information to page
- add information about how to add (or remove) support for a language in the syntax highlighter
2023-10-31 14:17:50 -06:00
Dan Allen
f04a2430f5 fix invalid xref; document how to soft set attribute 2023-09-27 16:26:24 -06:00
Alex Schroeder
3e4aad2854 Document page-pagination attribute on a new page 2023-09-27 09:46:00 +00:00
Dan Allen
8b30cb455a add example of helper that finds latest release notes 2023-09-22 15:07:04 -06:00
Dan Allen
d5febc2637 clarify the contents of the page.url variable; document how to build an absolute URL 2023-07-06 13:02:44 -06:00
Robert Bennett
394e10deb2 clarify how Antora identifies static files in the UI bundle and where it copies them 2023-07-02 18:49:32 -06:00
Dan Allen
5c8583c65e document contentCatalog as a top-level variable in the UI model 2023-05-24 02:09:01 -06:00
Hemang Ajmera
22aeb3ee43 Fixed the typo 2023-03-08 13:16:20 +00:00
Dan Allen
ae0671bd01 document the page.origin property in the UI model 2023-01-20 05:17:22 -07:00
Dan Allen
417368bcf8 replace module.parent.require with require.main.require in example in docs 2022-11-17 04:36:47 -07:00
Dan Allen
4bf07acb44 document the anatomy of a UI helper, how to create a helper, and how to consult the content catalog in a helper 2022-10-18 18:03:15 -06:00
Dan Allen
1a4ffae8d2 fix the documentation for the page.origin.private property in the UI model 2022-10-13 14:08:12 -06:00
Dan Allen
987fe476ee document the copy to clipboard behavior 2022-08-22 14:47:41 -06:00
Dan Allen
b69fe530f0 explain structure of UI bundle in more detail 2022-08-06 14:58:50 -06:00
Dan Allen
a6e13a25c4 clarify minimum required files for UI bundle 2022-08-03 16:52:24 -06:00
Dan Allen
4eae5a9210 clarify minimum requirements of UI bundle 2022-08-03 16:45:14 -06:00
Dan Allen
84c242a11a remove link text from nav file; define overrides in pages 2022-07-30 13:08:25 -06:00
Dan Allen
74a37eabd5 document that promoted static files can begin with a dot 2022-07-30 13:04:20 -06:00
Dan Allen
7185cedbdf resolves #69 document how to add and promote static files 2022-07-30 04:50:39 -06:00
Dan Allen
e05e6f5485 add note that uiRootPath and siteRootPath are root-relative in the 404 page template 2022-07-11 03:22:59 -06:00
Dan Allen
ff24d1111e fix clone command on set up page so it works with copy to clipboard 2022-01-26 13:24:42 -07:00
Dan Allen
f9c99e53c5 drop check for outdated siteRootUrl property; document using siteRootPath as fallback for site.url 2022-01-13 18:58:59 -07:00
Dan Allen
c4855c05aa document the site.homeUrl property in the UI model; clarify how it differs from site.url and siteRootPath 2022-01-13 18:55:53 -07:00
Dan Allen
ca20e38d23 change template-variables-table ID to template-variables-ref 2021-12-23 17:56:03 -07:00
Dan Allen
5778ee3074 clarify that canonical URL is only set if site.url is an absolute URL 2021-12-23 17:54:05 -07:00
Dan Allen
b16ed935ff set docs version to ~ 2021-11-22 16:37:45 -07:00
Dan Allen
07c0b62637 document the page.author property in the UI model 2021-10-22 01:48:33 -06:00
Dan Allen
b585998d12 revert value of version key since docs are still built using Antora 2 2021-10-06 04:26:31 -06:00
Dan Allen
ec2bd39379 update terminology for referring to the default branch 2021-10-06 03:11:25 -06:00
Dan Allen
318b429c68 set docs version to ~ to indicate it is versionless 2021-10-06 03:07:02 -06:00
Dan Allen
4a3e2e7cb9 add tip about using site.path to create a root-relative URL for a page 2021-08-16 02:25:23 -06:00
Dan Allen
e9855100e5 resolves #176 drop .git suffix from basename in clone instructions 2021-06-06 01:35:37 -06:00
Sarah White
a8537e10d3 remove duplicate attributes that are handled by playbook 2021-04-08 15:53:45 -06:00
Dan Allen
242896a7e6 document the page.latest property in the UI model [skip ci] 2021-03-26 01:54:25 -06:00
Dan Allen
fa6fd26fd4 clarify in docs that page.home means the site start page 2020-11-17 01:11:08 -07:00
Dan Allen
58a6985ca4 document the page.relativeSrcPath property 2020-11-10 12:10:11 -07:00
Dan Allen
650b6a7e2a document the page.fileUri property in the UI model and the role it plays in the Edit this Page link [skip ci] 2020-09-01 17:51:39 -06:00
Dan Allen
3acbf71f3b document the FORCE_SHOW_EDIT_PAGE_LINK environment variable 2020-06-28 14:54:21 -06:00
Dan Allen
196a727bda merge !119
add instructions to @import typeface-*.css file in master stylesheet
2020-05-17 03:42:46 -06:00
Dan Allen
b38cdef4d4 revise additional steps for adding new font; add to manual section too 2020-05-17 03:42:43 -06:00