Skip to content

Commit 01aae98

Browse files
znarfmManagordmmqzsebastiaanspeckTheRootDaemon
authored
*: use example.com (#19288)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Harshavardhan <harshath3018@gmail.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
1 parent 7790d27 commit 01aae98

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

pages/common/az-logout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
- Log out a specific username:
1212

13-
`az logout --username {{alias@somedomain.com}}`
13+
`az logout --username {{alias@example.com}}`

pages/common/pake.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
66
- Package a web page:
77

8-
`pake {{https://www.google.com/}}`
8+
`pake {{https://www.example.com/}}`
99

1010
- Package a web page with a specific window size:
1111

12-
`pake --width {{800}} --height {{600}} {{https://www.google.com/}}`
12+
`pake --width {{800}} --height {{600}} {{https://www.example.com/}}`
1313

1414
- Package a web page with a custom application name and icon:
1515

16-
`pake --name {{Google}} --icon {{path/to/icon.ico}} {{https://www.google.com/}}`
16+
`pake --name {{application_name}} --icon {{path/to/icon.ico}} {{https://www.example.com/}}`
1717

1818
- Package a web page with a non-resizable window:
1919

20-
`pake --no-resizable {{https://www.google.com/}}`
20+
`pake --no-resizable {{https://www.example.com/}}`
2121

2222
- Package a web page with fullscreen mode:
2323

24-
`pake --fullscreen {{https://www.google.com/}}`
24+
`pake --fullscreen {{https://www.example.com/}}`
2525

2626
- Package a web page with a transparent title bar:
2727

28-
`pake --transparent {{https://www.google.com/}}`
28+
`pake --transparent {{https://www.example.com/}}`

pages/common/sendmail.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
`sendmail < {{message.txt}} {{username}}`
99

10-
- Send an email from you@yourdomain.com (assuming the mail server is configured for this) to test@gmail.com containing the message in `message.txt`:
10+
- Send an email from `sender@example.com` (assuming the mail server is configured for this) to `receiver@example.com` containing the message in `message.txt`:
1111

12-
`sendmail < {{message.txt}} -f {{you@yourdomain.com}} {{test@gmail.com}}`
12+
`sendmail < message.txt -f sender@example.com receiver@example.com`
1313

14-
- Send an email from you@yourdomain.com (assuming the mail server is configured for this) to test@gmail.com containing the file `file.zip`:
14+
- Send an email from `sender@example.com` (assuming the mail server is configured for this) to `receiver@example.com` containing the file `file.zip`:
1515

16-
`sendmail < {{file.zip}} -f {{you@yourdomain.com}} {{test@gmail.com}}`
16+
`sendmail < file.zip -f sender@example.com receiver@example.com`

pages/common/surge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
- Deploy site to custom domain (note that the DNS records must point to the surge.sh subdomain):
1111

12-
`surge {{path/to/my_project}} {{my_custom_domain.com}}`
12+
`surge {{path/to/my_project}} {{example.com}}`
1313

1414
- List your surge projects:
1515

1616
`surge list`
1717

1818
- Remove a project:
1919

20-
`surge teardown {{my_custom_domain.com}}`
20+
`surge teardown {{example.com}}`

0 commit comments

Comments
 (0)