diff --git a/docs/archive/bootcamp.md b/docs/archive/bootcamp.md index 6be1c0fb5..b82a3553a 100644 --- a/docs/archive/bootcamp.md +++ b/docs/archive/bootcamp.md @@ -2,7 +2,7 @@ id: bootcamp title: Suffolk LIT Lab's Document Assembly Line Bootcamp sidebar_label: Bootcamp -slug: /archive/bootcamp +slug: bootcamp --- :::info diff --git a/docs/authoring/customizing_interview.md b/docs/authoring/customizing_interview.md index b90d141fb..d5a532080 100644 --- a/docs/authoring/customizing_interview.md +++ b/docs/authoring/customizing_interview.md @@ -2,7 +2,7 @@ id: customizing_interview title: Editing your interview sidebar_label: Editing your interview -slug: /authoring/customizing_interview +slug: customizing_interview --- ## Edit your completed draft interview in the Docassemble playground diff --git a/docs/authoring/doc_vars_reference.md b/docs/authoring/doc_vars_reference.md index 62bdb13ca..8dcd3a42b 100644 --- a/docs/authoring/doc_vars_reference.md +++ b/docs/authoring/doc_vars_reference.md @@ -2,7 +2,7 @@ id: document_variables_reference title: Field labels to use in template files sidebar_label: Field labels to use in template files -slug: /authoring/label_variables +slug: label_variables --- The Document Assembly Line framework can help you automate templates that use any diff --git a/docs/authoring/docx_templates.md b/docs/authoring/docx_templates.md index d6c3c3c70..1ee458592 100644 --- a/docs/authoring/docx_templates.md +++ b/docs/authoring/docx_templates.md @@ -2,7 +2,7 @@ id: docx_templates title: Working with DOCX files sidebar_label: Working with DOCX files -slug: /authoring/docx +slug: docx --- :::tip diff --git a/docs/authoring/dynamic_phrasing_based_on_values.md b/docs/authoring/dynamic_phrasing_based_on_values.md index 06c561532..a1264a511 100644 --- a/docs/authoring/dynamic_phrasing_based_on_values.md +++ b/docs/authoring/dynamic_phrasing_based_on_values.md @@ -2,7 +2,7 @@ id: dynamic_phrasing_based_on_values title: Dynamic phrasing based on values (gender, list length, and more) sidebar_label: Dynamic phrasing based on values -slug: /authoring/dynamic_phrasing_based_on_values +slug: dynamic_phrasing_based_on_values --- Docassemble has several clever features that you can use in templates diff --git a/docs/authoring/github.md b/docs/authoring/github.md index 69e4da520..48eb92df9 100644 --- a/docs/authoring/github.md +++ b/docs/authoring/github.md @@ -2,7 +2,7 @@ id: github title: Using GitHub with Docassemble sidebar_label: "Using GitHub" -slug: /authoring/github +slug: github --- diff --git a/docs/authoring/name_formats.md b/docs/authoring/name_formats.md index 07e3ba47a..341ee4f74 100644 --- a/docs/authoring/name_formats.md +++ b/docs/authoring/name_formats.md @@ -2,7 +2,7 @@ id: name_formats title: Name formats sidebar_label: Name formats -slug: /authoring/naming +slug: naming --- In programming languages (and sometimes in computer files and names in general), diff --git a/docs/authoring/pdf_templates.md b/docs/authoring/pdf_templates.md index e7e98a98f..d8d04cb99 100644 --- a/docs/authoring/pdf_templates.md +++ b/docs/authoring/pdf_templates.md @@ -2,7 +2,7 @@ id: pdf_templates title: Working with PDF files sidebar_label: Working with PDF files -slug: /authoring/pdfs +slug: pdfs --- :::tip diff --git a/docs/authoring/weaver_code_anatomy.md b/docs/authoring/weaver_code_anatomy.md index a54edfed7..78f15fa69 100644 --- a/docs/authoring/weaver_code_anatomy.md +++ b/docs/authoring/weaver_code_anatomy.md @@ -4,7 +4,7 @@ title: | Appendix: Understanding the YAML code sidebar_label: | Appendix: Understanding the YAML code -slug: /authoring/generated_yaml +slug: generated_yaml --- :::warning diff --git a/docs/authoring/weaver_overview.md b/docs/authoring/weaver_overview.md index 2ba05b366..be0134986 100644 --- a/docs/authoring/weaver_overview.md +++ b/docs/authoring/weaver_overview.md @@ -4,7 +4,7 @@ title: | "Weaving" your form into a draft interview sidebar_label: | "Weaving" your form into a draft interview -slug: /authoring/generating_code +slug: generating_code --- diff --git a/docs/authoring/writing_review_screen.md b/docs/authoring/writing_review_screen.md index 2440dffee..1eb167ba3 100644 --- a/docs/authoring/writing_review_screen.md +++ b/docs/authoring/writing_review_screen.md @@ -4,7 +4,7 @@ title: | Writing a Review Screen sidebar_label: | Review Screen -slug: /authoring/review_screen +slug: review_screen --- ## Overview diff --git a/docs/coding_style/accessibility.md b/docs/coding_style/accessibility.md index 09acb74e6..ac5dc5d49 100644 --- a/docs/coding_style/accessibility.md +++ b/docs/coding_style/accessibility.md @@ -2,7 +2,7 @@ id: accessibility title: Making your interview accessible sidebar_label: Interview accessibility -slug: /coding_style_guide/accessibility +slug: accessibility --- **Web Accessibility** is the practice of making your website usable by many different users, such as those who use keyboard controls or screen readers. diff --git a/docs/coding_style/coding_style_overview.md b/docs/coding_style/coding_style_overview.md index 1b245e351..bd64a7920 100644 --- a/docs/coding_style/coding_style_overview.md +++ b/docs/coding_style/coding_style_overview.md @@ -2,7 +2,7 @@ id: coding_style_overview title: Docassemble Coding Style Guide sidebar_label: Coding Style -slug: /coding_style_guide +slug: overview --- diff --git a/docs/coding_style/defense.md b/docs/coding_style/defense.md index afe4286eb..64af6dc0b 100644 --- a/docs/coding_style/defense.md +++ b/docs/coding_style/defense.md @@ -4,7 +4,7 @@ title: | "Safe" coding sidebar_label: | "Safe" coding -slug: /coding_style_guide/defense +slug: defense --- ## Use Docassemble lists, dictionaries, and sets, or subclasses diff --git a/docs/coding_style/python.md b/docs/coding_style/python.md index 34c46bcd8..f5e4b87c4 100644 --- a/docs/coding_style/python.md +++ b/docs/coding_style/python.md @@ -2,7 +2,7 @@ id: python title: Python sidebar_label: Python -slug: /coding_style_guide/python +slug: python --- ## Use Python conventions for Python code diff --git a/docs/coding_style/yaml.md b/docs/coding_style/yaml.md index c52434304..99be54304 100644 --- a/docs/coding_style/yaml.md +++ b/docs/coding_style/yaml.md @@ -2,7 +2,7 @@ id: yaml title: Interview files sidebar_label: Interview files -slug: /coding_style_guide/yaml +slug: yaml --- Docassemble interviews are written in diff --git a/docs/coding_style/yaml_dynamic.md b/docs/coding_style/yaml_dynamic.md index ba3e4d428..19330cbd9 100644 --- a/docs/coding_style/yaml_dynamic.md +++ b/docs/coding_style/yaml_dynamic.md @@ -2,7 +2,7 @@ id: yaml_dynamic title: Making your interview dynamic sidebar_label: Making your interview dynamic -slug: /coding_style_guide/yaml_dynamic +slug: yaml_dynamic --- ### Use the `depends on` modifier when setting values with code diff --git a/docs/coding_style/yaml_interface.md b/docs/coding_style/yaml_interface.md index 22179eb38..e2974e55b 100644 --- a/docs/coding_style/yaml_interface.md +++ b/docs/coding_style/yaml_interface.md @@ -2,7 +2,7 @@ id: yaml_interface title: Choosing interface options sidebar_label: Choosing interface options -slug: /coding_style_guide/yaml_interface +slug: yaml_interface --- ## Use radio buttons for short lists of options diff --git a/docs/coding_style/yaml_lists.md b/docs/coding_style/yaml_lists.md index 809c3c0ca..12b0805da 100644 --- a/docs/coding_style/yaml_lists.md +++ b/docs/coding_style/yaml_lists.md @@ -2,7 +2,7 @@ id: yaml_lists title: Collecting items in lists sidebar_label: Collecting items in lists -slug: /coding_style_guide/yaml_lists +slug: yaml_lists --- ## Guiding Principles diff --git a/docs/coding_style/yaml_structure.md b/docs/coding_style/yaml_structure.md index 1e575ed63..6f734246d 100644 --- a/docs/coding_style/yaml_structure.md +++ b/docs/coding_style/yaml_structure.md @@ -2,7 +2,7 @@ id: yaml_structure title: Structuring your interview sidebar_label: Structuring your interview -slug: /coding_style_guide/yaml_structure +slug: yaml_structure --- ### Use a logical order for blocks inside your YAML file diff --git a/docs/coding_style/yaml_translation.md b/docs/coding_style/yaml_translation.md index d44cc4b3a..1bfaba326 100644 --- a/docs/coding_style/yaml_translation.md +++ b/docs/coding_style/yaml_translation.md @@ -2,7 +2,7 @@ id: yaml_translation title: Planning for translation and flexible updates sidebar_label: Planning for translation -slug: /coding_style_guide/yaml_translation +slug: yaml_translation --- ### Use labeled options with the `choices` modifier diff --git a/docs/components/ALRecipes/alrecipes_overview.md b/docs/components/ALRecipes/alrecipes_overview.md index d68d66dfe..b4947257f 100644 --- a/docs/components/ALRecipes/alrecipes_overview.md +++ b/docs/components/ALRecipes/alrecipes_overview.md @@ -2,6 +2,7 @@ id: alrecipes_overview title: ALRecipes sidebar_label: ALRecipes +slug: overview --- This repository includes two groups of recipes, one group contains examples for the Document Assembly Line project, the other group contains generic docassemble interviews addressing specific needs. diff --git a/docs/components/ALThemeTemplate/althemetemplate_overview.md b/docs/components/ALThemeTemplate/althemetemplate_overview.md index 264838726..3a3576c12 100644 --- a/docs/components/ALThemeTemplate/althemetemplate_overview.md +++ b/docs/components/ALThemeTemplate/althemetemplate_overview.md @@ -3,6 +3,7 @@ id: althemetemplate_overview title: | ALThemeTemplate: Applying a Custom Theme or Brand sidebar_label: ALThemeTemplate +slug: overview --- ## Sharing a custom look and feel across multiple Assembly Line interviews diff --git a/docs/components/ALToolbox/al_income_expenses.md b/docs/components/ALToolbox/al_income_expenses.md index 3ab4e8121..a6ad1e30c 100644 --- a/docs/components/ALToolbox/al_income_expenses.md +++ b/docs/components/ALToolbox/al_income_expenses.md @@ -3,6 +3,7 @@ id: al_income_expenses title: | Expenses: ALExpense and ALExpenseList sidebar_label: Expenses +slug: ALIncome/expenses --- The `ALExpenseList` is a class that helps you ask a user about their different expenses. diff --git a/docs/components/ALToolbox/al_income_itemizedjobs.md b/docs/components/ALToolbox/al_income_itemizedjobs.md index 15e255644..a1e83b9b1 100644 --- a/docs/components/ALToolbox/al_income_itemizedjobs.md +++ b/docs/components/ALToolbox/al_income_itemizedjobs.md @@ -3,6 +3,7 @@ id: al_income_itemizedjobs title: | Itemized Jobs: ALItemizedJob and ALItemizedJobList sidebar_label: Itemized jobs +slug: ALIncome/itemizedjobs --- Sometimes, you'll need detailed information about a person's diff --git a/docs/components/ALToolbox/al_income_jobs.md b/docs/components/ALToolbox/al_income_jobs.md index f488aa7f2..6299e49d3 100644 --- a/docs/components/ALToolbox/al_income_jobs.md +++ b/docs/components/ALToolbox/al_income_jobs.md @@ -3,6 +3,7 @@ id: al_income_jobs title: | Jobs: ALJob and ALJobList sidebar_label: Jobs +slug: ALIncome/jobs --- Asking people about their jobs is a common task when getting financial information. The `ALJob` class tries to be complete but simple for your users to answer, doing the math for them, and straight-forward for you to use. diff --git a/docs/components/ALToolbox/al_income_overview.md b/docs/components/ALToolbox/al_income_overview.md index 98d7a1d1f..44894b7ea 100644 --- a/docs/components/ALToolbox/al_income_overview.md +++ b/docs/components/ALToolbox/al_income_overview.md @@ -2,6 +2,7 @@ id: al_income_overview title: Python classes to gather financial information sidebar_label: Gathering financial information +slug: ALIncome/overview --- ## Overview diff --git a/docs/components/ALToolbox/altoolbox_overview.md b/docs/components/ALToolbox/altoolbox_overview.md index f79ee2de8..31bf8cec0 100644 --- a/docs/components/ALToolbox/altoolbox_overview.md +++ b/docs/components/ALToolbox/altoolbox_overview.md @@ -2,6 +2,7 @@ id: altoolbox_overview title: ALToolbox functions and components sidebar_label: ALToolbox functions and components +slug: overview --- import Tabs from '@theme/Tabs'; diff --git a/docs/components/AssemblyLine/al_document_overview.md b/docs/components/AssemblyLine/al_document_overview.md index 30e4159bb..daeb3097c 100644 --- a/docs/components/AssemblyLine/al_document_overview.md +++ b/docs/components/AssemblyLine/al_document_overview.md @@ -2,6 +2,7 @@ id: al_document_overview title: Python Classes to simplify working with multiple templates sidebar_label: Working with multiple templates +slug: ALDocument/overview --- ## Overview diff --git a/docs/components/AssemblyLine/al_general_overview.md b/docs/components/AssemblyLine/al_general_overview.md index 98313f34f..b098a4071 100644 --- a/docs/components/AssemblyLine/al_general_overview.md +++ b/docs/components/AssemblyLine/al_general_overview.md @@ -2,6 +2,7 @@ id: al_general_overview title: Python classes for representing people and addresses sidebar_label: Representing people & addresses +slug: ALGeneral/overview --- The functions and classes listed on this page are always available in Assembly Line interviews. diff --git a/docs/components/AssemblyLine/al_reminders_overview.md b/docs/components/AssemblyLine/al_reminders_overview.md index 25c5cc22d..78e726516 100644 --- a/docs/components/AssemblyLine/al_reminders_overview.md +++ b/docs/components/AssemblyLine/al_reminders_overview.md @@ -2,6 +2,7 @@ id: al_reminders_overview title: Scheduled reminders sidebar_label: Scheduled reminders +slug: ALReminders/overview --- A guided interview is always an intervention into one part of a larger process. diff --git a/docs/components/AssemblyLine/answer_set_intakes.md b/docs/components/AssemblyLine/answer_set_intakes.md index bca97411c..fda5ab59a 100644 --- a/docs/components/AssemblyLine/answer_set_intakes.md +++ b/docs/components/AssemblyLine/answer_set_intakes.md @@ -3,6 +3,7 @@ id: answer_set_intakes title: | Using Answer Sets to capture and re-use client information sidebar_label: Capture and re-use client information +slug: answer_sets/intakes --- ## Overview diff --git a/docs/components/AssemblyLine/answer_sets.md b/docs/components/AssemblyLine/answer_sets.md index 78fed2352..f0133f42d 100644 --- a/docs/components/AssemblyLine/answer_sets.md +++ b/docs/components/AssemblyLine/answer_sets.md @@ -3,6 +3,7 @@ id: answer_sets title: | Answer Sets: save and reuse answers across interviews sidebar_label: Save and reuse answers across interviews +slug: answer_sets/overview --- ## Overview diff --git a/docs/components/AssemblyLine/error_actions.md b/docs/components/AssemblyLine/error_actions.md index b80d4d977..aeedab704 100644 --- a/docs/components/AssemblyLine/error_actions.md +++ b/docs/components/AssemblyLine/error_actions.md @@ -2,6 +2,7 @@ id: error_actions title: Helping users recover from developer errors sidebar_label: Error pages +slug: error_actions --- ## Overview diff --git a/docs/components/AssemblyLine/navigation.md b/docs/components/AssemblyLine/navigation.md index e5594cb5a..1f24e6c11 100644 --- a/docs/components/AssemblyLine/navigation.md +++ b/docs/components/AssemblyLine/navigation.md @@ -2,6 +2,7 @@ id: navigation title: Dynamic navigation sections sidebar_label: Dynamic navigation sections +slug: navigation --- By default, Assembly Line interviews have navigation turned on. In some cases, you diff --git a/docs/components/EFSPIntegration/efiling_case_search.md b/docs/components/EFSPIntegration/efiling_case_search.md index 17136d7a2..44d3653d6 100644 --- a/docs/components/EFSPIntegration/efiling_case_search.md +++ b/docs/components/EFSPIntegration/efiling_case_search.md @@ -3,6 +3,7 @@ id: efiling_case_search title: | E-filing: Case Search sidebar_label: Case Search +slug: case_search --- This guide will help you integrate a case search feature into diff --git a/docs/components/EFSPIntegration/efiling_codes.md b/docs/components/EFSPIntegration/efiling_codes.md index 8eb83ef75..d0567e7ef 100644 --- a/docs/components/EFSPIntegration/efiling_codes.md +++ b/docs/components/EFSPIntegration/efiling_codes.md @@ -3,6 +3,7 @@ id: efiling_codes title: | E-filing: Tyler codes sidebar_label: E-filing codes +slug: tyler_codes --- Codes are how Tyler Technologies handles the complexity of case categories, diff --git a/docs/components/EFSPIntegration/efiling_monitoring.md b/docs/components/EFSPIntegration/efiling_monitoring.md index 7829ec255..f538f9c04 100644 --- a/docs/components/EFSPIntegration/efiling_monitoring.md +++ b/docs/components/EFSPIntegration/efiling_monitoring.md @@ -3,6 +3,7 @@ id: efiling_monitoring title: | Monitoring your e-filing operations sidebar_label: Monitoring +slug: monitoring --- ## Monitoring diff --git a/docs/components/EFSPIntegration/efiling_through_docassemble.md b/docs/components/EFSPIntegration/efiling_through_docassemble.md index 857f64a2f..3c389adae 100644 --- a/docs/components/EFSPIntegration/efiling_through_docassemble.md +++ b/docs/components/EFSPIntegration/efiling_through_docassemble.md @@ -3,6 +3,7 @@ id: efiling_through_docassemble title: | E-filing through Docassemble sidebar_label: Integrating Docassemble interviews with e-filing +slug: docassemble_integration --- This is a guide to get from a working Assembly Line Interview to an interview that can e-file through our EFSP to the Tyler EFM system. diff --git a/docs/components/EFSPIntegration/efsp_api.md b/docs/components/EFSPIntegration/efsp_api.md index 4ea89dc15..1b6276937 100644 --- a/docs/components/EFSPIntegration/efsp_api.md +++ b/docs/components/EFSPIntegration/efsp_api.md @@ -3,6 +3,7 @@ id: efiling_api title: | EFSP REST API sidebar_label: REST API +slug: api --- A guide to describe what calls you need to make to our E-filing Service Provider (EFSP) REST API to make a filing. diff --git a/docs/components/EFSPIntegration/efsp_overview.md b/docs/components/EFSPIntegration/efsp_overview.md index 185b53909..7e9516acc 100644 --- a/docs/components/EFSPIntegration/efsp_overview.md +++ b/docs/components/EFSPIntegration/efsp_overview.md @@ -2,6 +2,7 @@ id: efsp_overview title: E-filing with the Document Assembly Line sidebar_label: EFSP overview +slug: overview --- ## Overview diff --git a/docs/components/GithubFeedbackForm/github_feedback.md b/docs/components/GithubFeedbackForm/github_feedback.md index 1acb484dd..f2ef3f4a5 100644 --- a/docs/components/GithubFeedbackForm/github_feedback.md +++ b/docs/components/GithubFeedbackForm/github_feedback.md @@ -3,6 +3,7 @@ id: githubfeedbackform_overview title: | Setting up and using Feedback sidebar_label: GithubFeedbackForm +slug: overview --- When testing your interviews and after you go live, you'll want a way to for users to tell you their thoughts diff --git a/docs/components/InterviewStats/interviewstats_overview.md b/docs/components/InterviewStats/interviewstats_overview.md index 20a1d28b2..25c2327d1 100644 --- a/docs/components/InterviewStats/interviewstats_overview.md +++ b/docs/components/InterviewStats/interviewstats_overview.md @@ -2,6 +2,7 @@ id: interviewstats_overview title: 'InterviewStats: Tracking usage of Assembly Line interviews' sidebar_label: InterviewStats +slug: overview --- ## Overview diff --git a/docs/components/RateMyPDF/ratemypdf_overview.md b/docs/components/RateMyPDF/ratemypdf_overview.md index 05892641e..2a69c24b0 100644 --- a/docs/components/RateMyPDF/ratemypdf_overview.md +++ b/docs/components/RateMyPDF/ratemypdf_overview.md @@ -2,6 +2,7 @@ id: ratemypdf_overview title: Scoring form complexity with RateMyPDF sidebar_label: RateMyPDF +slug: overview --- [RateMyPDF](https://ratemypdf.com) is a tool built by Suffolk LIT Lab to help you diff --git a/docs/contributors.md b/docs/contributors.md index ff9fc84c4..006d3bd21 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -2,7 +2,7 @@ id: contributors title: Project Contributors sidebar_label: Contributors -slug: /contributors +slug: contributors --- The Document Assembly Line project was organized by the Suffolk LIT Lab in the early days of the COVIC pandemic in 2020. Volunteers from around the world worked together to build online guided interviews so people could complete vital legal forms. This page acknowledges as many of those early contributors as possible. diff --git a/docs/get_started/al_project_architecture.md b/docs/get_started/al_project_architecture.md index baaa12cd4..de6bf0e90 100644 --- a/docs/get_started/al_project_architecture.md +++ b/docs/get_started/al_project_architecture.md @@ -2,7 +2,7 @@ id: al_project_architecture title: The Document Assembly Line Architecture sidebar_label: Project Architecture -slug: /get_started/al_project_architecture +slug: al_project_architecture --- This page provides a bird's-eye view of how various repositories of the **Document AssemblyLine Project** work together. This information is intended for those who want to take full advantage of the Project for their interviews, and for those who potentially want to adopt our Project for their own state or country. diff --git a/docs/get_started/beginners_guide.md b/docs/get_started/beginners_guide.md index b7f904005..70e6e2fe7 100644 --- a/docs/get_started/beginners_guide.md +++ b/docs/get_started/beginners_guide.md @@ -2,7 +2,7 @@ id: beginners_guide title: Learn to build Docassemble interviews sidebar_label: Beginner's guide -slug: /get_started/beginners_guide +slug: beginners_guide --- **If you have never used Docassemble before, you are on the right page!** This is how the [LIT Lab](https://suffolklitlab.org) teaches people to turn their first court form into a Docassemble guided interview. diff --git a/docs/get_started/development_roadmap.md b/docs/get_started/development_roadmap.md index 02fd00fdc..4bdf1d36e 100644 --- a/docs/get_started/development_roadmap.md +++ b/docs/get_started/development_roadmap.md @@ -2,7 +2,7 @@ id: development_roadmap title: Development roadmap for the Document Assembly Line sidebar_label: Development roadmap -slug: /get_started/development_roadmap +slug: development_roadmap --- The Document Assembly Line is under continuous development. Our goal with this roadmap is to share our plans and priorities for the Document Assembly Line with the community. diff --git a/docs/get_started/installation.md b/docs/get_started/installation.md index 9f94af0bb..e194849b9 100644 --- a/docs/get_started/installation.md +++ b/docs/get_started/installation.md @@ -2,7 +2,7 @@ id: installation title: Installing the Document Assembly Line sidebar_label: Install the Assembly Line -slug: /get_started/installation +slug: installation --- Before you get started, make sure that you have [installed diff --git a/docs/get_started/plan_interview.md b/docs/get_started/plan_interview.md index 0b9d14706..e288767e7 100644 --- a/docs/get_started/plan_interview.md +++ b/docs/get_started/plan_interview.md @@ -2,7 +2,7 @@ id: plan_interview title: Planning your interview sidebar_label: Planning your interview -slug: /get_started/planning +slug: planning --- ## Planning and automating your first interview with the Assembly Line Framework diff --git a/docs/get_started/project_management.md b/docs/get_started/project_management.md index 342f2d560..dcc506295 100644 --- a/docs/get_started/project_management.md +++ b/docs/get_started/project_management.md @@ -2,7 +2,7 @@ id: project_management title: Interview project management guide sidebar_label: Project management -slug: /get_started/project_management +slug: project_management --- Whether you are a LIT Clinic student, a recent [Forms Camp](https://www.ncsc.org/consulting-and-research/areas-of-expertise/access-to-justice/forms-camp) graduate, or anyone else getting started on an interview-building project, this page will guide you through the stages of a successful project. diff --git a/docs/get_started/resources.md b/docs/get_started/resources.md index d62b745b5..33fb9d47a 100644 --- a/docs/get_started/resources.md +++ b/docs/get_started/resources.md @@ -2,7 +2,7 @@ id: resources title: Interview Building Resources sidebar_label: Resources -slug: /get_started/resources +slug: resources --- As you are building interviews, use these resources to find answers to your questions, solve problems you run into, and get help. diff --git a/docs/get_started/working_with_teams.md b/docs/get_started/working_with_teams.md index 3247e4fb1..284378f81 100644 --- a/docs/get_started/working_with_teams.md +++ b/docs/get_started/working_with_teams.md @@ -2,7 +2,7 @@ id: working_with_teams title: Working with Teams sidebar_label: Working with Teams -slug: /get_started/working_with_teams +slug: working_with_teams --- :::warning diff --git a/docs/magic_variables.md b/docs/magic_variables.md index 984d1a9cf..6f41882f5 100644 --- a/docs/magic_variables.md +++ b/docs/magic_variables.md @@ -2,6 +2,7 @@ id: magic_variables title: Special variables for Document Assembly Line interviews sidebar_label: Special variables +slug: magic_variables --- ## Server-wide configuration options diff --git a/docs/overview.md b/docs/overview.md index 4271f5fdf..241304a4b 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -2,7 +2,7 @@ id: overview title: Developing with Docassemble and the Document Assembly Line sidebar_label: Overview -slug: /overview +slug: overview --- ## This documentation covers the custom stuff diff --git a/docs/reserved_keywords.md b/docs/reserved_keywords.md index ab6db9b4b..aa6f0a6ff 100644 --- a/docs/reserved_keywords.md +++ b/docs/reserved_keywords.md @@ -2,6 +2,7 @@ id: reserved_keywords title: Reserved variable names you cannot use in Document Assembly Line interviews sidebar_label: Reserved variables +slug: reserved_keywords --- ## What is a "reserved" name? diff --git a/docs/style_guide/question_library/addresses.md b/docs/style_guide/question_library/addresses.md index 16923a43e..6dde747fd 100644 --- a/docs/style_guide/question_library/addresses.md +++ b/docs/style_guide/question_library/addresses.md @@ -2,7 +2,7 @@ id: ql_addresses title: Addresses sidebar_label: Addresses -slug: /style_guide/question_library/addresses +slug: addresses --- import Tabs from '@theme/Tabs'; diff --git a/docs/style_guide/question_library/gender.md b/docs/style_guide/question_library/gender.md index b29587b46..5484cf467 100644 --- a/docs/style_guide/question_library/gender.md +++ b/docs/style_guide/question_library/gender.md @@ -2,7 +2,7 @@ id: ql_gender title: Gender sidebar_label: Gender -slug: /style_guide/question_library/gender +slug: gender --- import Tabs from '@theme/Tabs'; diff --git a/docs/style_guide/question_library/language.md b/docs/style_guide/question_library/language.md index ebf8d6295..97e4700e7 100644 --- a/docs/style_guide/question_library/language.md +++ b/docs/style_guide/question_library/language.md @@ -2,7 +2,7 @@ id: ql_language title: language sidebar_label: Language -slug: /style_guide/question_library/language +slug: language --- import Tabs from '@theme/Tabs'; diff --git a/docs/style_guide/question_library/names.md b/docs/style_guide/question_library/names.md index 90a4c4a04..b3026b44a 100644 --- a/docs/style_guide/question_library/names.md +++ b/docs/style_guide/question_library/names.md @@ -2,7 +2,7 @@ id: ql_names title: Names sidebar_label: Names -slug: /style_guide/question_library/names +slug: names --- import Tabs from '@theme/Tabs'; diff --git a/docs/style_guide/question_library/pronouns.md b/docs/style_guide/question_library/pronouns.md index 2ff771258..740d1c018 100644 --- a/docs/style_guide/question_library/pronouns.md +++ b/docs/style_guide/question_library/pronouns.md @@ -2,7 +2,7 @@ id: ql_pronouns title: Pronouns sidebar_label: Pronouns -slug: /style_guide/question_library/pronouns +slug: pronouns --- import Tabs from '@theme/Tabs'; diff --git a/docs/style_guide/question_library/terms_of_use.md b/docs/style_guide/question_library/terms_of_use.md index 42686ace9..c773799e5 100644 --- a/docs/style_guide/question_library/terms_of_use.md +++ b/docs/style_guide/question_library/terms_of_use.md @@ -2,7 +2,7 @@ id: ql_terms_of_use title: Terms of Use sidebar_label: Terms of Use -slug: /style_guide/question_library/terms_of_use +slug: terms_of_use --- ## How to share a terms of use with your users diff --git a/docs/style_guide/question_style_help_your_user.md b/docs/style_guide/question_style_help_your_user.md index 2c6db0da6..eca6bacb3 100644 --- a/docs/style_guide/question_style_help_your_user.md +++ b/docs/style_guide/question_style_help_your_user.md @@ -2,7 +2,7 @@ id: question_style_help_your_user title: Help your user sidebar_label: Help your user -slug: /style_guide/question_help_your_user +slug: question_help_your_user --- ## Provide help information in context diff --git a/docs/style_guide/question_style_organize_fields.md b/docs/style_guide/question_style_organize_fields.md index c5ecfae67..a57820e6c 100644 --- a/docs/style_guide/question_style_organize_fields.md +++ b/docs/style_guide/question_style_organize_fields.md @@ -2,7 +2,7 @@ id: question_style_organize_fields title: Organize fields thoughtfully on each screen sidebar_label: Organize fields thoughtfully on each screen -slug: /style_guide/question_style_organize_fields +slug: question_style_organize_fields --- Guided interviews aren't constrained by the length of a piece of paper. But diff --git a/docs/style_guide/question_style_overview.md b/docs/style_guide/question_style_overview.md index cf6aa2064..548346134 100644 --- a/docs/style_guide/question_style_overview.md +++ b/docs/style_guide/question_style_overview.md @@ -2,7 +2,7 @@ id: question_style_overview title: Writing good questions sidebar_label: Writing good questions -slug: /style_guide/question_overview +slug: question_overview --- diff --git a/docs/style_guide/question_style_sensitivities.md b/docs/style_guide/question_style_sensitivities.md index 8b920fc91..45ded71eb 100644 --- a/docs/style_guide/question_style_sensitivities.md +++ b/docs/style_guide/question_style_sensitivities.md @@ -2,7 +2,7 @@ id: question_style_sensitivities title: Be considerate to your user sidebar_label: Be considerate to your user -slug: /style_guide/question_style_sensitivities +slug: question_style_sensitivities --- ## Respect your user diff --git a/docs/style_guide/question_style_structure.md b/docs/style_guide/question_style_structure.md index 01bb68381..d6208238b 100644 --- a/docs/style_guide/question_style_structure.md +++ b/docs/style_guide/question_style_structure.md @@ -2,7 +2,7 @@ id: question_style_structure title: Group questions into screens sidebar_label: Group questions into screens -slug: /style_guide/question_structure +slug: question_structure --- ## Structuring your guided interview diff --git a/docs/style_guide/question_style_validation.md b/docs/style_guide/question_style_validation.md index b6a64d2fc..d70150a8c 100644 --- a/docs/style_guide/question_style_validation.md +++ b/docs/style_guide/question_style_validation.md @@ -2,7 +2,7 @@ id: question_style_validation title: Use input validation carefully sidebar_label: Use input validation carefully -slug: /style_guide/question_style_validation +slug: question_style_validation --- ## When to use input validation diff --git a/docs/style_guide/style_guide_formatting.md b/docs/style_guide/style_guide_formatting.md index 12674c7c7..2bd8082b9 100644 --- a/docs/style_guide/style_guide_formatting.md +++ b/docs/style_guide/style_guide_formatting.md @@ -2,7 +2,7 @@ id: style_guide_formatting title: Format text for legibility sidebar_label: Format text for legibility -slug: /style_guide/formatting +slug: formatting --- ## Avoid "walls of text" diff --git a/docs/style_guide/style_guide_persuasive.md b/docs/style_guide/style_guide_persuasive.md index a49f6d88f..5987dfe4c 100644 --- a/docs/style_guide/style_guide_persuasive.md +++ b/docs/style_guide/style_guide_persuasive.md @@ -2,7 +2,7 @@ id: style_guide_respect title: Respect your user sidebar_label: Respect your user -slug: /style_guide/respect +slug: respect --- Write in a way that respects your reader. Do not tell your reader how to think or feel. diff --git a/docs/style_guide/style_guide_readability.md b/docs/style_guide/style_guide_readability.md index 60b8dd3e8..812c34be0 100644 --- a/docs/style_guide/style_guide_readability.md +++ b/docs/style_guide/style_guide_readability.md @@ -2,7 +2,7 @@ id: style_guide_readability title: Use plain language sidebar_label: Use plain language -slug: /style_guide/readability +slug: readability --- diff --git a/docs/translation.md b/docs/translation.md index 9d539dc85..84e155422 100644 --- a/docs/translation.md +++ b/docs/translation.md @@ -2,7 +2,7 @@ id: translation title: Translating your interview sidebar_label: Translating your interview -slug: /translation +slug: translation --- The Assembly Line has several tools that build on Docassemble's native translation system