@@ -102,9 +102,9 @@ function OrganizationBenefitsSection() {
102102 < >
103103 < Section className = "benefits" title = { t ( "organization_benefits.title" ) } >
104104 < div className = "benefits-container grid-3-cols" >
105- < Card iconSvg = { noteStructureIcon } title = { t ( "organization_benefits.note_structure_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes/index.html " > { t ( "organization_benefits.note_structure_description" ) } </ Card >
106- < Card iconSvg = { attributesIcon } title = { t ( "organization_benefits.attributes_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User Guide/User Guide/Advanced Usage/Attributes/index.html " > { t ( "organization_benefits.attributes_description" ) } </ Card >
107- < Card iconSvg = { hoistingIcon } title = { t ( "organization_benefits.hoisting_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Navigation/Note%20Hoisting.html " > { t ( "organization_benefits.hoisting_description" ) } </ Card >
105+ < Card iconSvg = { noteStructureIcon } title = { t ( "organization_benefits.note_structure_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/concepts/notes " > { t ( "organization_benefits.note_structure_description" ) } </ Card >
106+ < Card iconSvg = { attributesIcon } title = { t ( "organization_benefits.attributes_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/advanced-usage/attributes " > { t ( "organization_benefits.attributes_description" ) } </ Card >
107+ < Card iconSvg = { hoistingIcon } title = { t ( "organization_benefits.hoisting_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/concepts/navigation/note-hoisting " > { t ( "organization_benefits.hoisting_description" ) } </ Card >
108108 </ div >
109109 </ Section >
110110 </ >
@@ -117,12 +117,12 @@ function ProductivityBenefitsSection() {
117117 < >
118118 < Section className = "benefits accented" title = { t ( "productivity_benefits.title" ) } >
119119 < div className = "benefits-container grid-3-cols" >
120- < Card iconSvg = { revisionsIcon } title = { t ( "productivity_benefits.revisions_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes/Note%20Revisions.html " > { t ( "productivity_benefits.revisions_content" ) } </ Card >
121- < Card iconSvg = { syncIcon } title = { t ( "productivity_benefits.sync_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Installation%20%26%20Setup/Synchronization.html " > { t ( "productivity_benefits.sync_content" ) } </ Card >
122- < Card iconSvg = { protectedNotesIcon } title = { t ( "productivity_benefits.protected_notes_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes/Protected%20Notes.html " > { t ( "productivity_benefits.protected_notes_content" ) } </ Card >
123- < Card iconSvg = { jumpToIcon } title = { t ( "productivity_benefits.jump_to_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Navigation/Jump%20to.html " > { t ( "productivity_benefits.jump_to_content" ) } </ Card >
124- < Card iconSvg = { searchIcon } title = { t ( "productivity_benefits.search_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Navigation/Search.html " > { t ( "productivity_benefits.search_content" ) } </ Card >
125- < Card iconSvg = { webClipperIcon } title = { t ( "productivity_benefits.web_clipper_title" ) } moreInfoUrl = "https:// docs.triliumnotes.org/User%20Guide/User%20Guide/Installation%20%26%20Setup/Web%20Clipper.html " > { t ( "productivity_benefits.web_clipper_content" ) } </ Card >
120+ < Card iconSvg = { revisionsIcon } title = { t ( "productivity_benefits.revisions_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/concepts/notes/note-revisions " > { t ( "productivity_benefits.revisions_content" ) } </ Card >
121+ < Card iconSvg = { syncIcon } title = { t ( "productivity_benefits.sync_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/setup/synchronization " > { t ( "productivity_benefits.sync_content" ) } </ Card >
122+ < Card iconSvg = { protectedNotesIcon } title = { t ( "productivity_benefits.protected_notes_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/concepts/notes/protected-notes " > { t ( "productivity_benefits.protected_notes_content" ) } </ Card >
123+ < Card iconSvg = { jumpToIcon } title = { t ( "productivity_benefits.jump_to_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/concepts/navigation/jump-to " > { t ( "productivity_benefits.jump_to_content" ) } </ Card >
124+ < Card iconSvg = { searchIcon } title = { t ( "productivity_benefits.search_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/concepts/navigation/search " > { t ( "productivity_benefits.search_content" ) } </ Card >
125+ < Card iconSvg = { webClipperIcon } title = { t ( "productivity_benefits.web_clipper_title" ) } moreInfoUrl = "docs.triliumnotes.org/user-guide/setup/web-clipper " > { t ( "productivity_benefits.web_clipper_content" ) } </ Card >
126126 </ div >
127127 </ Section >
128128 </ >
@@ -138,54 +138,54 @@ function NoteTypesSection() {
138138 title : t ( "note_types.text_title" ) ,
139139 imageUrl : "/type_text.webp" ,
140140 iconSvg : textNoteIcon ,
141- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Text/index.html " ,
141+ moreInfo : "https://docs.triliumnotes.org/user-guide/note-types/text " ,
142142 description : t ( "note_types.text_description" )
143143 } ,
144144 {
145145 title : t ( "note_types.code_title" ) ,
146146 imageUrl : "/type_code.webp" ,
147147 iconSvg : codeIcon ,
148- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Code.html " ,
148+ moreInfo : "https://docs.triliumnotes.org/user-guide/note-types/code " ,
149149 description : t ( "note_types.code_description" )
150150 } ,
151151 {
152152 title : t ( "note_types.file_title" ) ,
153153 imageUrl : "/type_file.webp" ,
154154 iconSvg : fileIcon ,
155- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/File.html " ,
155+ moreInfo : "https://docs.triliumnotes.org/user-guide/note-types/file " ,
156156 description : t ( "note_types.file_description" )
157157 } ,
158158 {
159159 title : t ( "note_types.canvas_title" ) ,
160160 imageUrl : "/type_canvas.webp" ,
161161 iconSvg : canvasIcon ,
162- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Canvas.html " ,
162+ moreInfo : "https://docs.triliumnotes.org/user-guide/note-types/canvas " ,
163163 description : t ( "note_types.canvas_description" )
164164 } ,
165165 {
166166 title : t ( "note_types.mermaid_title" ) ,
167167 imageUrl : "/type_mermaid.webp" ,
168168 iconSvg : mermaidIcon ,
169- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Mermaid%20Diagrams/index.html " ,
169+ moreInfo : "https://docs.triliumnotes.org/user-guide/note-types/mermaid-diagrams " ,
170170 description : t ( "note_types.mermaid_description" )
171171 } ,
172172 {
173173 title : t ( "note_types.mindmap_title" ) ,
174174 imageUrl : "/type_mindmap.webp" ,
175175 iconSvg : mindmapIcon ,
176- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Mind%20Map.html " ,
176+ moreInfo : "https://docs.triliumnotes.org/user-guide/note-types/mindmap " ,
177177 description : t ( "note_types.mindmap_description" )
178178 }
179179 ] } />
180180 < p >
181181 < Trans
182182 i18nKey = "note_types.others_list"
183183 components = { [
184- < Link href = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Note%20Map.html " openExternally /> ,
185- < Link href = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Relation%20Map.html " openExternally /> ,
186- < Link href = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Saved%20Search.html " openExternally /> ,
187- < Link href = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Render%20Note.html " openExternally /> ,
188- < Link href = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Web%20View.html " openExternally />
184+ < Link href = "https://docs.triliumnotes.org/user-guide/note-types/note-map " openExternally /> ,
185+ < Link href = "https://docs.triliumnotes.org/user-guide/note-types/relation-map " openExternally /> ,
186+ < Link href = "https://docs.triliumnotes.org/user-guide/note-types/saved-search " openExternally /> ,
187+ < Link href = "https://docs.triliumnotes.org/user-guide/note-types/render-note " openExternally /> ,
188+ < Link href = "https://docs.triliumnotes.org/user-guide/note-types/webview " openExternally />
189189 ] }
190190 />
191191 </ p >
@@ -199,10 +199,10 @@ function ExtensibilityBenefitsSection() {
199199 < >
200200 < Section className = "benefits accented" title = { t ( "extensibility_benefits.title" ) } >
201201 < div className = "benefits-container grid-4-cols" >
202- < Card iconSvg = { importExportIcon } title = { t ( "extensibility_benefits.import_export_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Import%20%26%20Export/Markdown/index.html " > { t ( "extensibility_benefits.import_export_description" ) } </ Card >
203- < Card iconSvg = { shareIcon } title = { t ( "extensibility_benefits.share_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Advanced%20Usage/Sharing/Serving%20directly%20the%20content%20o.html " > { t ( "extensibility_benefits.share_description" ) } </ Card >
204- < Card iconSvg = { codeIcon } title = { t ( "extensibility_benefits.scripting_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Scripting/Custom%20Widgets/index.html " > { t ( "extensibility_benefits.scripting_description" ) } </ Card >
205- < Card iconSvg = { restApiIcon } title = { t ( "extensibility_benefits.api_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Advanced%20Usage/ETAPI%20%28REST%20API%29/index.html " > { t ( "extensibility_benefits.api_description" ) } </ Card >
202+ < Card iconSvg = { importExportIcon } title = { t ( "extensibility_benefits.import_export_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/concepts/import-export " > { t ( "extensibility_benefits.import_export_description" ) } </ Card >
203+ < Card iconSvg = { shareIcon } title = { t ( "extensibility_benefits.share_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/advanced-usage/sharing " > { t ( "extensibility_benefits.share_description" ) } </ Card >
204+ < Card iconSvg = { codeIcon } title = { t ( "extensibility_benefits.scripting_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/scripts " > { t ( "extensibility_benefits.scripting_description" ) } </ Card >
205+ < Card iconSvg = { restApiIcon } title = { t ( "extensibility_benefits.api_title" ) } moreInfoUrl = "https://docs.triliumnotes.org/user-guide/advanced-usage/etapi " > { t ( "extensibility_benefits.api_description" ) } </ Card >
206206 </ div >
207207 </ Section >
208208 </ >
@@ -218,35 +218,35 @@ function CollectionsSection() {
218218 title : t ( "collections.calendar_title" ) ,
219219 imageUrl : "/collection_calendar.webp" ,
220220 iconSvg : calendarIcon ,
221- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Collections/Calendar%20View.html " ,
221+ moreInfo : "https://docs.triliumnotes.org/user-guide/collections/calendar " ,
222222 description : t ( "collections.calendar_description" )
223223 } ,
224224 {
225225 title : t ( "collections.table_title" ) ,
226226 iconSvg : tableIcon ,
227227 imageUrl : "/collection_table.webp" ,
228- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Collections/Table%20View.html " ,
228+ moreInfo : "https://docs.triliumnotes.org/user-guide/collections/table " ,
229229 description : t ( "collections.table_description" )
230230 } ,
231231 {
232232 title : t ( "collections.board_title" ) ,
233233 iconSvg : boardIcon ,
234234 imageUrl : "/collection_board.webp" ,
235- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Collections/Board%20View.html " ,
235+ moreInfo : "https://docs.triliumnotes.org/user-guide/collections/kanban-board " ,
236236 description : t ( "collections.board_description" )
237237 } ,
238238 {
239239 title : t ( "collections.geomap_title" ) ,
240240 iconSvg : geomapIcon ,
241241 imageUrl : "/collection_geomap.webp" ,
242- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Collections/Geo%20Map%20View.html " ,
242+ moreInfo : "https://docs.triliumnotes.org/user-guide/collections/geomap " ,
243243 description : t ( "collections.geomap_description" )
244244 } ,
245245 {
246246 title : t ( "collections.presentation_title" ) ,
247247 iconSvg : presentationIcon ,
248248 imageUrl : "/collection_presentation.webp" ,
249- moreInfo : "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Collections/Presentation%20View.html " ,
249+ moreInfo : "https://docs.triliumnotes.org/user-guide/collections/presentation " ,
250250 description : t ( "collections.presentation_description" )
251251 }
252252 ] } />
0 commit comments