-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathsites.json
More file actions
132 lines (132 loc) · 4.1 KB
/
Copy pathsites.json
File metadata and controls
132 lines (132 loc) · 4.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
window.WEBRING_SITES = [
{
"url": "https://docsgoblin.com",
"name": "docs goblin",
"description": "CT Smith's blog"
},
{
"url": "https://lizargall.github.io/",
"name": "Liz Argall",
"description": "Liz Argall's portfolio site and blog"
},
{
"url": "https://passo.uno",
"name": "Passo.uno",
"description": "Fabrizio Ferri-Benedetti blog"
},
{
"url": "https://www.kevinrkuhl.com/",
"name": "Kevin R. Kuhl",
"description": "Kevin Kuhl's portfolio site and blog"
},
{
"url": "https://jamestasse.tech/",
"name": "James Tasse",
"description": "Portfolio. Blog. ?"
},
{
"url": "https://hirethis.one/blog",
"name": "Hire This One - Sam's attempt at becoming a Tech Writer",
"description": "An instruction manual, blog, and a resume in a few pages of HTML and JS."
},
{
"url": "https://damilola-oladele.dev/",
"name": "Damilola Oladele",
"description": "Damilola Oladele's blog and portfolio site"
},
{
"url": "https://instructionmanuel.com",
"name": "Instruction Manuel",
"description": "Manny Silva's miscellaneous thoughts (a blog)"
},
{
"url": "https://thisisimportant.net/",
"name": "This is important",
"description": "Sarah Moir's blog"
},
{
"url": "https://coffeecup.tech/",
"name": "CoffeeCup.tech",
"description": "Florence Venisse's portfolio site and blog"
},
{
"url": "https://edmar.sh/",
"name": "Ed Marsh—Technical writer, mentor, content strategist, podcaster",
"description": "Living portfolio, blog, and podcast"
},
{
"url": "https://thenotboringtechwriter.com/",
"name": "The Not-Boring Tech Writer",
"description": "Kate Mueller's podcast"
},
{
"url": "https://johnathandos.com",
"name": "Johnathan Ortiz-Sonnen",
"description": "Johnathan Ortiz-Sonnen's blog"
},
{
"url": "https://idratherbewriting.com",
"name": "Tom Johnson",
"description": "Tom Johnson's blog: I'd Rather Be Writing"
},
{
"url": "https://amanhimself.dev",
"name": "amanhimself.dev",
"description": "Aman Mittal's blog"
},
{
"url": "https://technicalwriting.dev",
"name": "technicalwriting.dev",
"description": "Field notes from the frontier of technical writing"
},
{
"url": "https://bufferbuffer.com",
"name": "BufferBuffer",
"description": "Zapata's (mis)adventures of a technical writer"
},
{
"url": "https://www.dufcrule.com/",
"name": "Technically Writing",
"description": "Ian Cowley's blog"
},
{
"url": "https://sdeaton.com",
"name": "Sarah Deaton",
"description": "Sarah Deaton's blog"
},
{
"url": "https://kody-with-a-k.com",
"name": "Kody Jackson",
"description": "The only Kody with a K you'll find blogging about docs!"
},
{
"url": "https://beingtechnicalwriter.com",
"name": "Gaurav Trivedi",
"description": "Gaurav Trivedi's blog"
},
{
"url": "https://www.adoc-studio.app/blog",
"name": "adoc Studio Blog",
"description": "Blog on Technical Writing & Docs-as-Code in AsciiDoc"
},
{
"url": "https://all-maker.com/",
"name": "Strahinja Milošević",
"description": "Tech, crafts, writing, and other shenanigans"
},
{
"url": "https://sailorfe.dev",
"name": "sailorfe.dev",
"description": "writing about docs, open source, and linux"
},
{
"url": "https://greensignal.substack.com/",
"name": "Green Signal",
"description": "A technical writer builds with AI to make the universe a little brighter."
},
{
"url": "https://khanum49.github.io/rabiah-portfolio/",
"name": "Rabiah Khanum",
"description": "Rabiah's technical writing blog with an engineer's obsession for getting it right."
}
];