Skip to content
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

Links to help #248

Merged
merged 3 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions docs/v13/documentation/github-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Some concepts:
- GitHub Desktop - an app that puts your code on GitHub (so that you can collaborate with others in your team)
- Repository/repo - a project stored in Git

If you are new to these concepts, [follow GitHub’s get started exercise](https://docs.github.com/en/get-started/quickstart/hello-world).

## Set up GitHub Desktop

1. [Create a free GitHub account](https://github.com/join).
Expand Down Expand Up @@ -50,3 +48,5 @@ Do not worry if you get this warning - this is the correct process.
3. Click **publish repository.**

Your prototype code is now on GitHub, which means other people can see and collaborate on your code.

> [Find out more about how to use GitHub Desktop](https://docs.github.com/en/desktop/installing-and-configuring-github-desktop/overview/getting-started-with-github-desktop)
2 changes: 1 addition & 1 deletion docs/v13/documentation/install/requirements-linux.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You'll need to use the terminal to create, start and stop prototypes. Using a te
* `ctrl` and `p` = search for a file in your project
* `ctrl` and `f` = search for something in your file

You can find more shortcuts at [Visual Studio Code's tips and tricks](https://code.visualstudio.com/docs/getstarted/tips-and-tricks).
[Find out more about how to use VS Code](https://code.visualstudio.com/docs/introvideos/basics)
"

}) }}
Expand Down
2 changes: 1 addition & 1 deletion docs/v13/documentation/install/requirements-mac.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ There are 2 ways that you can run the terminal using spotlight:
* `command` and `p` = search for a file in your project
* `command` and `f` = search for something in your file

You can find more shortcuts at [Visual Studio Code's tips and tricks](https://code.visualstudio.com/docs/getstarted/tips-and-tricks).
[Find out more about how to use VS Code](https://code.visualstudio.com/docs/introvideos/basics)
"

}) }}
Expand Down
2 changes: 1 addition & 1 deletion docs/v13/documentation/install/requirements-windows.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ These two code editors are popular, well established and fairly accessible:
* `ctrl` and `p` = search for a file in your project
* `ctrl` and `f` = search for something in your file

You can find more shortcuts at [Visual Studio Code's tips and tricks](https://code.visualstudio.com/docs/getstarted/tips-and-tricks).
[Find out more about how to use VS Code](https://code.visualstudio.com/docs/introvideos/basics)
"

}) }}
Expand Down
5 changes: 0 additions & 5 deletions docs/v13/documentation/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,3 @@ Or in views as:
{{ data['claimant']['last-name'] }}
{{ data['partner']['first-name'] }}
{{ data['partner']['last-name'] }}
```

An [example using express-session to store page views for a user](https://github.com/expressjs/session#example)

Read more about the [Express Session](https://github.com/expressjs/session)
Loading