Skip to content

Commit 1bd9e9f

Browse files
committed
Added several resources, guides, and documentation.
1 parent aef76d1 commit 1bd9e9f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

website/library/reference/links-for-technical-writers.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,28 @@
44

55
- [Write the Docs](https://www.writethedocs.org/): a global community of people who care about documentation.
66
- [The Good Docs Project](https://www.thegooddocsproject.dev/): volunteers empowering developers to create good documentation.
7-
- [Google Season of Docs](https://developers.google.com/season-of-docs): support for open source projects to improve their documentation.
7+
- [Google Season of Docs](https://developers.google.com/season-of-docs): support for open source projects to improve their documentation.
8+
- [Top 5 Technical Writing Communities of 2024](https://hackmamba.io/blog/2024/03/top-5-technical-writing-communities-of-2024/): list of 2024's top 5 technical writing communities according to Hackmamba.
89

910
## Training
1011

11-
- [Google's Technical Writing Courses](https://developers.google.com/tech-writing): learn how to plan and author technical documents.
12+
- [Google's Technical Writing Courses](https://developers.google.com/tech-writing): learn how to plan and author technical documents.
1213
- [GOV.UK: Documenting APIs](https://www.gov.uk/guidance/how-to-document-apis): structuring, designing and publishing your API documentation.
14+
- [Best Technical Writing Courses & Certificates](https://www.coursera.org/courses?query=technical%20writing): Selected list of technical writing courses from Coursera.
15+
- [Become a Certified Technical Writer](https://technicalwriterhq.com): Technical Writer HQ specializes in providing courses for various types of writing certifications.
1316

1417
## Style and structure
1518

1619
- [Microsoft Writing Style Guide](https://learn.microsoft.com/en-us/style-guide/welcome/): writing style guide and terminology for all communication.
1720
- [Google Style Guides](https://google.github.io/styleguide/): guides on style for languages from AngularJS to Vim script.
1821
- [Diátaxis](https://diataxis.fr/): a systematic approach to technical documentation authoring.
1922
- [Introduction to DITA](https://docs.oasis-open.org/dita/dita/v1.3/errata02/os/complete/part3-all-inclusive/archSpec/base/introduction-to-dita.html#introduction-to-dita): an open standard and architecture for technical information.
23+
- [Technical Writing Resources](https://developers.google.com/tech-writing/resources): resources and style guides from Google for developerss.
24+
- [What is a Technical Writer Style Guide? With Examples](https://document360.com/blog/technical-writer-style-guide/): guide with style examples from Document360.
2025

2126
## Frameworks
2227

23-
- [AsciiDoc](https://asciidoc.org/): a plain text markup language for writing technical content.
28+
- [AsciiDoc](https://asciidoc.org/): a plain text markup language for writing technical content.
2429
- [Docusaurus](https://docusaurus.io/): MDX-powered documentation publishing platform.
2530
- [Sphinx](https://www.sphinx-doc.org/en/master/index.html): use RST or MyST Markdown to author highly structured technical documents.
2631
- [LaTeX](https://www.latex-project.org/): text-based markup for type setting, especially for scientific documentation.
@@ -31,3 +36,5 @@
3136
- [Django documentation](https://docs.djangoproject.com/en/): a web framework developed to publish data-driven websites.
3237
- [Arch Linux wiki](https://wiki.archlinux.org/): community-driven in-depth articles on many aspects of Linux and open source.
3338
- [Microsoft technical documentation](https://learn.microsoft.com/en-us/docs/): in-depth guides and articles organised by product.
39+
- [Google Workspace Learning Center](https://support.google.com/a/users/answer/9389764?visit_id=638775740206409702-380102409&hl=en&rd=1): collection of resources of Google's Learning Center.
40+
- [Stripe API documentation](https://docs.stripe.com/api): documentation for an efficient and correct use of Stripe API.

0 commit comments

Comments
 (0)