File size: 1,681 Bytes
97dfc1e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "projects": [
        {
            "project_index": 0,
            "project_title": "How to clone and fork a repository",
            "tasks": [
                {
                    "index": 0,
                    "start": 24.9,
                    "end": 51.1,
                    "text": "Clone the repository using either the SSH or HTTP option."
                },
                {
                    "index": 1,
                    "start": 55.6,
                    "end": 83.6,
                    "text": "Fork the repository by selecting a namespace and setting a name and visibility level."
                }
            ]
        },
        {
            "project_index": 1,
            "project_title": "How to edit repository details and settings",
            "tasks": [
                {
                    "index": 2,
                    "start": 99.6,
                    "end": 125.0,
                    "text": "Edit the title of the repository and commit the changes."
                },
                {
                    "index": 4,
                    "start": 197.7,
                    "end": 206.6,
                    "text": "Edit project settings such as the project name, topics, and description."
                }
            ]
        },
        {
            "project_index": 2,
            "project_title": "How to manage repository members and roles",
            "tasks": [
                {
                    "index": 3,
                    "start": 143.9,
                    "end": 195.9,
                    "text": "Invite members to the repository and assign them roles."
                }
            ]
        }
    ]
}