-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
162 lines (162 loc) · 7.07 KB
/
docs.json
File metadata and controls
162 lines (162 loc) · 7.07 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
[
{
"title": "Installation Guide",
"description": "Set up your environment, repo, and core tools.",
"link": "/docs/installation/repo-git.html"
},
{
"title": "HouseLearning Partner Program Docs",
"description": "HouseLearning partners with educational organizations, content creators, and educators to provide enhanced learning opportunities for students.",
"link": "/docs/intro/partners.html"
},
{
"title": "Also.js Plugin Docs",
"description": "A language support provider.",
"link": "/docs/installation/alsojs.html"
},
{
"title": "HouseLearning Partner Program",
"description": "Join our network of educational partners to collaborate, share content, and grow together.",
"link": "/partners.html"
},
{
"title": "HouseLearning Help Center",
"description": "Basic issues discussed here.",
"link": "/docs/helpcenter/index.html"
},
{
"title": "Developer Guides",
"description": "Advanced integration patterns and system internals.",
"link": "/docs/api/dev-guides.html"
},
{
"title": "HouseLearning Docs",
"description": "The official documentary of HouseLearning.",
"link": "/docs/api/dev-guides.html"
},
{
"title": "Community Forum",
"description": "Talk about developer topics. What's trending?",
"link": "/docs/forum.html"
},
{
"title": "API Models",
"description": "The structured formats used across all HouseLearning API endpoints. These models define how data is stored, returned, and validated.",
"link": "/docs/api/models.html"
},
{
"title": "API Reference",
"description": "Everything you need to integrate with HouseLearning’s ecosystem — fully documented, typed, and ready to use.",
"link": "/docs/api/reference.html"
},
{
"title": "API Status",
"description": "HouseLearning's API Status.",
"link": "/docs/api/status.html"
},
{
"title": "Configuration",
"description": "Configuration Guide: Setting Up Your Environment",
"link": "/docs/installation/config.html"
},
{
"title": "Installation",
"description": "Installation Guide: Setting Up for Local Development",
"link": "/docs/installation/repo-git.html"
},
{
"title": "Additional Troubleshooting",
"description": "Running into bugs, weird behavior, or “why does this hate me?” moments? This page packs fixes for the most common issues across the platform.",
"link": "/docs/helpcenter/troubleshoot.html"
},
{
"title": "HouseLearning Forum Basics",
"description": "The HouseLearning Forum is where users share solutions, ask questions, collaborate, and help move the community forward.",
"link": "/docs/intro/forum.html"
},
{
"title": "HouseLearning Forum Guidelines",
"description": "These guidelines help keep the HouseLearning Forum clean, respectful, and actually useful.",
"link": "/docs/intro/forum-guidelines.html"
},
{
"title": "SafeLibrary",
"description": "SafeLibrary is HouseLearning’s safe, curated digital resource hub — built for learners, creators, and educators.",
"link": "/docs/intro/safelibrary.html"
},
{
"title": "HouseLearning Feedback Window",
"description": "The **Feedback Window** is the little pop-up you see at the bottom-right of HouseLearning pages.",
"link": "/docs/intro/feedback.html"
},
{
"title": "Embedding the Feedback Widget",
"description": "The HouseLearning Feedback Widget lets you collect quick thoughts, bug reports, and improvement ideas from visitors directly on your site.",
"link": "/docs/intro/feedback-script-add.html"
},
{
"title": "HouseLearning's GitHub Repositories",
"description": "Human-first learning. Bite-sized lessons that actually stick.",
"link": "https://github.com/houselearning?link-ref=docs"
},
{
"title": "HouseLearning's Youtube Channel",
"description": "@officialhouselearning",
"link": "https://bit.ly/hslrn-yt"
},
{
"title": "HouseLearning Chrome Extension",
"description": "HouseLearning Chrome Extension — What & Why",
"link": "https://houselearning.org/docs/intro/extension.html"
},
{
"title": "Overview: The Compilation Process",
"description": "The compilation process is generally broken down into several sequential phases, each transforming the code into a representation closer to the final executable form...",
"link": "https://houselearning.org/docs/intro/compiler/index.html"
},
{
"title": "Lexical Analysis: The Scanning Phase",
"description": "The lexical analyzer (scanner) essentially turns meaningless characters into recognizable building blocks for the next stage of the compiler...",
"link": "/docs/intro/compiler/lexical-analysis.html"
},
{
"title": "Code Generation & Optimization | HouseLearning Docs",
"description": "The final stages of the HouseLearning compilation process involve translating the semantically validated code into a form the computer can run efficiently...",
"link": "/docs/intro/compiler/optimization.html"
},
{
"title": "Syntax & Semantic Analysis",
"description": "After Lexical Analysis turns raw code into tokens, the next critical steps in the HouseLearning compilation pipeline are Syntax Analysis...",
"link": "/docs/intro/compiler/parsing.html"
},
{
"title": "SafeLibrary Pages | HouseLearning Docs",
"description": "HouseLearning Pages is a static site platform — users log in, upload HTML/CSS/JS files, and deploy.",
"link": "/docs/intro/pages/"
},
{
"title": "Visual Studio Web | Master Resizable Edition v5.0",
"description": "The HouseLearning Compiler (not to be confused with Visual Studio Code)",
"link": "https://houselearning.org/home/computerscience/compiler?ref=docs-search"
},
{
"title": "SafeLibrary Pages | Overview",
"description": "SafeLibrary is the security and validation layer behind HouseLearning Pages.",
"link": "/docs/intro/pages/overview.html"
},
{
"title": "How to Set Up Your Page",
"description": "This guide walks you through setting up your first HouseLearning Page — from preparing files to publishing your site live.",
"link": "/docs/intro/pages/setup.html"
},
{
"title": "HouseLearning Pages Usage Guide",
"description": "This guide explains how to actually use HouseLearning Pages after setup — from creating sites to uploading files and managing deployments.",
"link": "/docs/intro/pages/usage.html"
},
{
"title": "HouseLearning Pages",
"description": "The official site",
"link": "https://pages.houselearning.org/?ref=docs-search"
}
]