Skip to content

Add interview builder pages #459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 39 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
073642c
Create beginner's guide, workflow, and resources pages
samglover Jul 10, 2024
0bebff4
Change sidebar label
samglover Jul 10, 2024
3390198
Change sidebar label
samglover Jul 10, 2024
eac8eb5
Move planning and working with teams pages; update sidebar and links
samglover Jul 10, 2024
81d66ec
Draft beginner's guide
samglover Jul 10, 2024
fb9237d
Rename workflow file
samglover Jul 10, 2024
6de28f9
Start outline of the interview project workflow/roadmap page
samglover Jul 10, 2024
17ba389
Rename file
samglover Jul 11, 2024
6d5b35a
Indentation
samglover Jul 12, 2024
21de8fa
Updates to draft interview project roadmap page
samglover Jul 12, 2024
eff0a60
Merge branch 'main' into add_interview_builder_pages
samglover Jul 12, 2024
4277e56
Merge branch 'main' into add_interview_builder_pages
samglover Jul 12, 2024
d9ba750
Updates to the draft interview project roadmap page
samglover Jul 12, 2024
2fadd4e
Draft roadmap page updates
samglover Jul 23, 2024
1ba595d
Saving WIP
samglover Jul 26, 2024
deb6b38
Saving WIP
samglover Aug 6, 2024
04ace0e
Update interview_project_roadmap.md
samglover Aug 8, 2024
04ab089
Create advanced interview building page
samglover Aug 9, 2024
d4be563
Squashed commit of the following:
samglover Aug 9, 2024
0451800
Update anchor
samglover Aug 9, 2024
3fcb6c0
Saving WIP
samglover Aug 13, 2024
3cb2985
Add URL watermark
samglover Aug 30, 2024
a23a028
Interview project roadmap first draft
samglover Aug 30, 2024
6aed312
Delete and redirect the Roles page
samglover Aug 30, 2024
024356a
Delete and redirect Assembly Line steps/process page
samglover Aug 30, 2024
9787b4c
Delete and redirect Step-by-step page
samglover Aug 30, 2024
d255999
Move branding customization page
samglover Aug 30, 2024
b59e9d7
Move and rename theme customization page to ALThemeTemplate
samglover Aug 30, 2024
eb4bfa6
Delete advanced interview building page
samglover Aug 30, 2024
e5c3397
Fix typo
samglover Aug 30, 2024
37b3278
Delete and redirect the planning time and AL setup pages
samglover Aug 30, 2024
dcafb19
Revert "Delete advanced interview building page"
samglover Aug 30, 2024
a21eb0a
Delete and redirect planning your interview page
samglover Aug 30, 2024
3ac356d
Add PDF v. DOCX considerations to the PDF and DOCX pages
samglover Aug 30, 2024
c7a0185
Delete interview_building_tips.md
samglover Aug 30, 2024
8424d19
Rename roadmap file and rearrange sidebar
samglover Aug 30, 2024
5e3c40c
Fix broken links
samglover Aug 30, 2024
1e61756
Merge branch 'main' into add_interview_builder_pages
samglover Aug 30, 2024
5d44d14
Fix broken links
samglover Aug 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/archive/bootcamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: /archive/bootcamp
---

:::info
This pages is about the bootcamp that we ran from February 18th, 2021 to March 11th, 2021. Although the camp is already finished, you can
This page is about the bootcamp that we ran from February 18th, 2021 to March 11th, 2021. Although the camp is already finished, you can
follow along yourself using the resources on this page!
:::

Expand Down
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love adding the visual! I might also try to express that there's communication between project managers and developers. I will also say that at times it's really useful to have direct contact between developers and SMEs, users, and other stakeholders, maybe arranged by or overseen by the decision maker or project manager. I'm not sure how that would be expressed, though. I also haven't read specifics about the project manager's role.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/docx_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ sidebar_label: Working with DOCX files
slug: /docx
---

:::tip
Consider whether to use a PDF template instead.

**Reasons to use DOCX:**

* DOCX documents will grow or shrink to accomodate as much or as little information as the user provides
* DOCX documents allow you to use lists and repeated groups naturally and with little extra effort after labeling the first item
* DOCX documents allow you to easily make whole sections of a document contingent
* DOCX documents work well with linear content that is read by scanning down the page, not across

**Reasons to avoid DOCX:**

* DOCX documents do not work as well for content formatted in columns or that require precise layout
* DOCX document content may flow unexpectedly if it is longer than expected
:::

DOCX templates can be edited in any editor that is able to edit DOCX files, including:

* Microsoft Word, or Microsoft Word Online
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
id: customization
title: Applying a custom theme or brand
sidebar_label: Applying a custom theme or brand
slug: /get_started/customization
id: althemetemplate
title: |
ALThemeTemplate: Applying a Custom Theme or Brand
sidebar_label: ALThemeTemplate
slug: /althemetemplate
---

## Sharing a custom look and feel across multiple Assembly Line interviews
Expand Down
90 changes: 0 additions & 90 deletions docs/get_started/assembly_line_setup.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/get_started/assembly_line_steps.md

This file was deleted.

110 changes: 0 additions & 110 deletions docs/get_started/assembly_line_steps_planning_time.md

This file was deleted.

49 changes: 0 additions & 49 deletions docs/get_started/assembly_line_steps_roles.md

This file was deleted.

Loading
Loading