소스 검색

Add disclaimer about spec links

Brendan Abolivier 6 년 전
부모
커밋
3e6d558972
로그인 계정: Brendan Abolivier <contact@brendanabolivier.com> GPG 키 ID: 8EF1500759F70623
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      content/enter-the-matrix.md

+ 2
- 0
content/enter-the-matrix.md 파일 보기

@@ -97,6 +97,8 @@ In the following steps, I'll assume a few things:
97 97
 
98 98
 Note that I'll only cover some basic use of the client-server spec. If you want to go further, you should have a look at the [full spec](https://matrix.org/docs/spec/) or ask any question in the [#matrix-dev](https://matrix.to/#/#matrix-dev:matrix.org) room. I also won't cover homeserver setup, here (though I might do just that in a future post). My goal here is mainly to give you a look at how the client-server APIs globally works rather tha creating a whole shiny app which would take too long for a single blog post.
99 99
 
100
+It might also be worth noting that each Matrix API endpoint I'll name in the rest of this post is a clickable link to the related section of the Matrix spec, which you can follow if you want more complete documentation on a specific endpoint.
101
+
100 102
 ### Registering
101 103
 
102 104
 Of course, your user doesn't exist yet, so let's register it against the homeserver.