Henrik Böving
0cff3d7cda
fix: Javascript errors in the navbar
2022-07-21 23:01:15 +02:00
Henrik Böving
80cb92eb94
feat: Use iframe for navbar to move it into the finalize stage
2022-07-21 22:06:26 +02:00
Henrik Böving
601b895e89
feat: Inductive constructor doc strings
2022-07-21 20:23:27 +02:00
Henrik Böving
fbbdb21795
fix: remove redundant argument
2022-07-21 02:25:26 +02:00
Henrik Böving
25b1ddb66b
feat: Preparations to split doc-gen build process
2022-07-21 01:40:04 +02:00
Henrik Böving
5f45c8dadc
chore: update toolchain
2022-07-20 16:29:18 +02:00
Henrik Böving
351cbc56b6
chore: update lean nightly
2022-07-04 09:11:10 +02:00
Henrik Böving
5b56be76f2
chore: Cleanup HTML syntax and pretty printing
2022-06-21 20:54:29 +02:00
Henrik Böving
be3caa9e1a
feat: Basic semantic highlighting support
2022-06-20 22:21:48 +02:00
Henrik Böving
9f50966339
feat: initial LeanInk HTML generation
2022-06-20 18:39:55 +02:00
Henrik Böving
199c7af17a
feat: LeanInk all the files, HTML generation missing
2022-06-20 00:31:09 +02:00
Henrik Böving
7c9237ffb4
chore: update compiler and lake
2022-06-19 16:41:59 +02:00
Henrik Böving
d519ef6b58
fix: adapt the rest of the program to the process refactor
2022-05-20 00:36:43 +02:00
Henrik Böving
8e70777059
chore: copyright header
2022-05-19 21:56:43 +02:00
Henrik Böving
12fe918b2d
doc: Output.Template
2022-05-19 21:53:03 +02:00
Henrik Böving
8e4b7bdb50
doc: Output.Structure
2022-05-19 21:52:54 +02:00
Henrik Böving
3fd17bd261
doc: Output.NotFound
2022-05-19 21:49:50 +02:00
Henrik Böving
94ce87d11a
doc: Output.Navbar
2022-05-19 21:49:25 +02:00
Henrik Böving
20e136bb27
refactor: centralized methods for internal linking infrastructure
2022-05-19 21:49:16 +02:00
Henrik Böving
e0bf4ad28c
doc: Output/Definition
2022-05-19 21:07:44 +02:00
Henrik Böving
bdd4a5f612
doc: Output.Base
2022-05-19 21:05:17 +02:00
Henrik Böving
653c67e9b7
doc: SourceLinker
2022-05-19 20:52:54 +02:00
Henrik Böving
43f7786523
refactor: pull source linker into submodule
2022-05-19 20:48:26 +02:00
Henrik Böving
279df92555
refactor: restructure the modules
2022-05-19 20:41:07 +02:00
Henrik Böving
2e4642e17c
chore: port legacy syntax to rawIdent
2022-05-19 17:16:40 +02:00
Sebastian Ullrich
41f6eb0835
refactor: use `rawIdent`
2022-05-19 11:20:58 +02:00
Henrik Böving
a7c00d95e6
feat: Render doc comments for structure fields
2022-04-09 21:39:34 +02:00
Henrik Böving
89dd2fa46e
chore: upgrade compiler version
2022-04-09 19:30:33 +02:00
Henrik Böving
3ac6ddd1ab
fix: port the SITE_ROOT fix to find.js
2022-04-07 13:14:01 +02:00
Henrik Böving
06c20ee46f
dynamically change SITE_ROOT since we are relative now
2022-04-07 12:39:32 +02:00
Siddharth Bhat
4bc149a1fb
Fix diff nits
2022-04-07 00:53:06 +01:00
Siddharth Bhat
9eec1cf1ad
URLs now work; Data fetching does not?
2022-04-07 00:31:27 +01:00
Xubai Wang
5f7d380ab7
refactor: make include_str relative to file
2022-02-26 09:41:25 +08:00
Henrik Böving
9dd5e316c1
Merge pull request #38 from xubaiw/win-find
...
Windows find support among other things.
2022-02-23 19:44:47 +01:00
Xubai Wang
dca4e42665
fix: filter out nonexist modules
2022-02-23 23:33:34 +08:00
Xubai Wang
a5dfba5f1c
fix: fix navbar centering
2022-02-23 23:09:10 +08:00
Xubai Wang
a18e343829
refactor: change find syntax
2022-02-23 04:26:20 +08:00
Xubai Wang
f23556739f
refactor: clean up javascript code
2022-02-22 12:40:14 +08:00
Xubai Wang
9e867f5151
refactor: make site-root an actual file
2022-02-21 23:29:23 +08:00
Siddharth Bhat
91891fc4fd
Generate relative paths for documentation.
...
We keep track of the current nesting depth in our Context,
and use this to generate the correct relative path to the root.
2022-02-21 10:14:15 +00:00
Xubai Wang
59707cda58
refactor: use js for find
2022-02-21 01:12:49 +08:00
Xubai Wang
5e93038023
refactor: use js modules
2022-02-21 00:06:15 +08:00
Xubai Wang
842e243241
revert: use bmp extension again
2022-02-20 23:45:31 +08:00
Xubai Wang
73f7906357
refactor: move script into head
2022-02-20 23:42:46 +08:00
Xubai Wang
a89cf7d7a4
refactor: move siteRoot to separate file
2022-02-20 23:24:08 +08:00
Xubai Wang
b9c5109aaf
pref: prefetch search data
2022-02-20 23:05:35 +08:00
Henrik Böving
a86c384354
fix: Readd equations for instances
2022-02-20 13:52:57 +01:00
Henrik Böving
b87c1cc1de
feat: Better equation Handling
...
The equation content is now escaped, furthermore there is a limit
for the length of an equation so we don't just fill everything with
uselessly big equations nobody can read anyways.
2022-02-20 13:45:18 +01:00
Xubai Wang
2151813fe5
feat: allow intra link in code block
2022-02-20 13:28:48 +08:00
Xubai Wang
ad4d77a9c9
fix: change same end maching
2022-02-20 11:43:27 +08:00