You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/development/docs/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ sidebar_order: 50
6
6
7
7
Because documentation is a big part of what makes Sentry work we’ve outlined some guidelines about how this documentation is structured and how to extend it.
8
8
9
-
This page provides a general guidelines for writing both user-facing and developer-facing documentation. We also have more detailed [contribution guidelines](https://docs.sentry.io/contributing/) for writing user-facing documentation.
9
+
This page primarily focuses on writing **developer-facing documentation**, although some concepts may also apply to user-facing documentation. We have separate [contribution guidelines](https://docs.sentry.io/contributing/)specifically for user-facing documenation.
10
10
11
11
## Repository
12
12
13
-
Sentry's documentation lives in the [getsentry/sentry-docs](https://github.com/getsentry/sentry-docs) repository.
13
+
Sentry's documentation lives in the [getsentry/sentry-docs](https://github.com/getsentry/sentry-docs) repository. The developer documentation is located within the repository's [`develop-docs`](https://github.com/getsentry/sentry-docs/tree/master/develop-docs) directory.
0 commit comments