Skip to content

Commit c56921e

Browse files
committed
docs: more page fixes
1 parent def535f commit c56921e

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-5
lines changed
File renamed without changes.

docs/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
# FindMy.py
22

3-
= 🍏 + 🎯 + 🐍!
4-
53
FindMy.py is a Python library aiming to provide everything you need
64
to interact with **Apple's FindMy Network**.
75
Its primary aims are feature completeness, reliability and elegant API design.
86
It abstracts all the heavy lifting away, while keeping the control flow in your hands.
97

108
## Jump To
119

12-
[//]: # (This is hidden to prevent it from showing on the home page)
10+
[//]: # "This is hidden to prevent it from showing on the home page"
11+
1312
```{toctree}
1413
:hidden:
1514
1615
Home <self>
1716
```
1817

19-
[//]: # (Documentation can be expanded to maxdepth 2)
18+
[//]: # "Documentation can be expanded to maxdepth 2"
19+
2020
```{toctree}
2121
:maxdepth: 2
2222
2323
getstarted/index
2424
technical/index
25+
reveng/index
2526
```
2627

27-
[//]: # (Show these with a maxdepth of 1)
28+
[//]: # "Show these with a maxdepth of 1"
29+
2830
```{toctree}
2931
:maxdepth: 1
3032

docs/reveng/20-Network_Requests.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Intercepting Network Requests
2+
3+
A big part of our understanding of how the FindMy network functions originates from
4+
network captures detailing how official apps query location reports.
5+
This page aims to provide a quickstart on setting up an environment in which you can
6+
freely inspect network requests made the FindMy app on a Mac.
7+
8+
```{note}
9+
This guide has only been tested on Sonoma, but it will likely work on other
10+
versions of MacOS as well.
11+
```
12+
13+
blabla chocoladevla

docs/reveng/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Reverse Engineering
2+
3+
Want to help reverse engineer pieces of the FindMy network? That's great!
4+
The pages in this category aim to provide documentation on how various parts
5+
of the FindMy network have been reverse engineered, and how you can replicate this setup.
6+
7+
---
8+
9+
```{toctree}
10+
:maxdepth: 1
11+
:glob:
12+
13+
*
14+
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)