Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
updating spacing to correctly render uolists
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioPDX committed Aug 22, 2024
1 parent 5fce441 commit ee861a9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/.markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MD004:
# unordered list indentation (2-spaces)
# keep it tight yo!
MD007:
indent: 2
indent: 4

# line length
MD013:
Expand Down
8 changes: 4 additions & 4 deletions workshops/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The Arista CI Workshops are intended for engineers looking to learn the fundamen
## Arista CI

- AVD L2LS
- [Overview](l2ls/overview.md)
- [Lab Guide](l2ls/l2ls-lab-guide.md)
- [Overview](l2ls/overview.md)
- [Lab Guide](l2ls/l2ls-lab-guide.md)
- AVD L3LS EVPN/VXLAN
- [Overview](l3ls/overview.md)
- [Lab Guide](l3ls/l3ls-lab-guide.md)
- [Overview](l3ls/overview.md)
- [Lab Guide](l3ls/l3ls-lab-guide.md)
- [CI/CD Basics](cicd-basics.md)
28 changes: 14 additions & 14 deletions workshops/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,29 +105,29 @@ Also, in the bottom left corner of status bar we can see we are on the `main`* b
Use VS Code to perform the following actions.

- Stage files
- Source Control > Source Control (heading) > click plus icon in the section heading for staging all files
- (alternatively use the plus icon next to file name to only stage certain files)
- Source Control > Source Control (heading) > click plus icon in the section heading for staging all files
- (alternatively use the plus icon next to file name to only stage certain files)
- Commit staged files
- Source Control > Source Control (heading) > Commit button
- Source Control > Source Control (heading) > Commit button
- Check the log - git log
- File Explorer > Timeline > click on an event
- The above isn't quite the same as `git log` command from terminal
- File Explorer > Timeline > click on an event
- The above isn't quite the same as `git log` command from terminal
- Verify current branches
- Source Control > Branches
- Source Control > Branches
- Create and switch to new branch called `change-usernames`
- Source Control > Branches > click plus icon
- Source Control > Branches > click plus icon
- Update username `arista` to `admin`
- Use VS Code Replace in files via Search (username arista > username admin)
- Show file diff via Source Control > click on a file to see its diff
- Use VS Code Replace in files via Search (username arista > username admin)
- Show file diff via Source Control > click on a file to see its diff
- Stage and commit changes to new branch
- Switch back to `main` branch
- Source Control > Branches > curved arrow to `Switch to Branch...`
- Source Control > Branches > curved arrow to `Switch to Branch...`
- Merge `change-usernames` into `main`
- [Command-Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) Type in `>git merge`
- Or Source Control > Source Control (heading) > ... > Branch > Merge Branch
- Verify files have new names in the `main` branch
- [Command-Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) Type in `>git merge`
- Or Source Control > Source Control (heading) > ... > Branch > Merge Branch
- Verify files have new names in the `main` branch
- Be a good citizen and clean up old branch
- Source Control > Branches > right click on branch name > Delete Branch...
- Source Control > Branches > right click on branch name > Delete Branch...
- Publish repo to GitHub

## Dev Containers
Expand Down

0 comments on commit ee861a9

Please sign in to comment.