Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add internal documentation intelligence tools #1545

Merged
merged 92 commits into from
Feb 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
4aa0f92
Create README.md
caendesilva Feb 10, 2024
6eca319
Create .gitignore
caendesilva Feb 10, 2024
a454aef
Add usage
caendesilva Feb 10, 2024
988de82
Create DocumentationIntelligence.php
caendesilva Feb 10, 2024
79fee61
Import libraries
caendesilva Feb 10, 2024
63262f1
Remove namespace
caendesilva Feb 10, 2024
528969d
Define base command
caendesilva Feb 10, 2024
5a8223f
Annotate type
caendesilva Feb 10, 2024
efa0582
Formatting
caendesilva Feb 10, 2024
78ddd75
Sketch out base contract
caendesilva Feb 10, 2024
77a9cc3
Sketch out new initial task
caendesilva Feb 10, 2024
3434c16
Construct kernel
caendesilva Feb 10, 2024
7d2639e
Replace qualifier with an import
caendesilva Feb 10, 2024
3b9d6cd
Move internal marker to top of file
caendesilva Feb 10, 2024
4514477
Break out assignment
caendesilva Feb 10, 2024
ad2e045
Construct application
caendesilva Feb 10, 2024
6db98ca
Tap base path
caendesilva Feb 10, 2024
77bf655
Revert "Tap base path"
caendesilva Feb 10, 2024
ce3f760
Introduce path constant
caendesilva Feb 10, 2024
f7c9369
Remove kernel integration
caendesilva Feb 10, 2024
f6828e2
Discover pages manually
caendesilva Feb 10, 2024
fc98241
Add back base kernel integration
caendesilva Feb 10, 2024
7b93c74
Convert closure to arrow function
caendesilva Feb 10, 2024
edc0e1d
Apply fixes from StyleCI
StyleCIBot Feb 10, 2024
18c952d
Merge branch 'master' into documentation-intelligence
caendesilva Feb 10, 2024
0c8b5ee
Use relative links for array keys
caendesilva Feb 10, 2024
5445730
Define output path
caendesilva Feb 10, 2024
9e708d3
Assemble documentation data model
caendesilva Feb 10, 2024
7761b8b
Remove unnecessary qualifier
caendesilva Feb 10, 2024
713e65b
Convert concatenation to 'sprintf()' calls
caendesilva Feb 10, 2024
624729c
Format output assembly
caendesilva Feb 10, 2024
9cc0cd4
Split comma-separated values into multiple lines
caendesilva Feb 10, 2024
58cf940
Print memory usage
caendesilva Feb 10, 2024
22c8475
Use realpath
caendesilva Feb 10, 2024
ee264ff
Formatting
caendesilva Feb 10, 2024
baa93e5
Print model data
caendesilva Feb 10, 2024
6c98fa0
Create pruned model
caendesilva Feb 10, 2024
66f9a1b
Normalize line endings
caendesilva Feb 10, 2024
29031d6
Add additional pruning passes
caendesilva Feb 10, 2024
abea8aa
Clean up loop
caendesilva Feb 10, 2024
56be7a2
Move down comment
caendesilva Feb 10, 2024
84fa92a
Continue
caendesilva Feb 10, 2024
7c608ef
Trim lines
caendesilva Feb 10, 2024
17314db
Break out operation from assignment
caendesilva Feb 10, 2024
a060514
Normalize before save
caendesilva Feb 10, 2024
2f5860b
Remove multiple spaces
caendesilva Feb 10, 2024
eaab4e7
Revert "Break out operation from assignment"
caendesilva Feb 10, 2024
f5e06fa
Remove heading tags
caendesilva Feb 10, 2024
831c457
Increase removal accuracy
caendesilva Feb 10, 2024
d500ce8
Remove modifiers
caendesilva Feb 10, 2024
ce2534a
Add logical grouping
caendesilva Feb 10, 2024
b869c3a
Trim colored blockquotes
caendesilva Feb 10, 2024
a0dc9bf
Trim normal blockquotes
caendesilva Feb 10, 2024
30af5a4
Section abstract
caendesilva Feb 10, 2024
7889efe
Replace links with their text
caendesilva Feb 10, 2024
e37fd42
Trim Markdown comments
caendesilva Feb 10, 2024
5a4da09
Add more branches
caendesilva Feb 10, 2024
8ca0cb6
Remove HTML tags
caendesilva Feb 10, 2024
2d8037d
Remove anchors
caendesilva Feb 10, 2024
414b343
Remove more formatting
caendesilva Feb 10, 2024
bb8bcae
Unwrap tables
caendesilva Feb 10, 2024
15116f3
Formatting
caendesilva Feb 10, 2024
94141a9
Add uniqueness pass
caendesilva Feb 10, 2024
bbd4b7c
Add case
caendesilva Feb 10, 2024
de67d71
Simplify lists
caendesilva Feb 10, 2024
5ac3b8a
Add experimental pass
caendesilva Feb 10, 2024
b9c7b0b
Revert "Add experimental pass"
caendesilva Feb 10, 2024
f43848a
Apply fixes from StyleCI
StyleCIBot Feb 10, 2024
349e92a
Begin creating dashboard page
caendesilva Feb 11, 2024
b68f963
Add HTTP proxy
caendesilva Feb 11, 2024
add23bb
Create dashboard-template.blade.php
caendesilva Feb 11, 2024
1c7dc92
Use Bootstrap starter
caendesilva Feb 11, 2024
2e20ff5
Begin customizing dashboard
caendesilva Feb 11, 2024
9e89a8e
Update header
caendesilva Feb 11, 2024
fb30d17
Extract helper
caendesilva Feb 11, 2024
a2e936a
Add model statistics table
caendesilva Feb 11, 2024
5cdecba
Extract helper
caendesilva Feb 11, 2024
63fc435
Cache variable in instance
caendesilva Feb 11, 2024
8b06403
Cleanup code
caendesilva Feb 11, 2024
be9d69b
Formatting
caendesilva Feb 11, 2024
a37adaa
Cleanup table
caendesilva Feb 11, 2024
3605b30
Merge branch 'master' into documentation-intelligence
caendesilva Feb 11, 2024
f94720e
Cleanup table internals
caendesilva Feb 11, 2024
689b959
Refactor extra data table
caendesilva Feb 11, 2024
8080e2f
Formatting
caendesilva Feb 11, 2024
21164eb
Remove unused script
caendesilva Feb 11, 2024
f70a570
Add reading time
caendesilva Feb 11, 2024
d9309b9
Add model sections
caendesilva Feb 11, 2024
cacd6d8
Refactor template
caendesilva Feb 11, 2024
685de54
Escape sections
caendesilva Feb 11, 2024
e0a8649
Improve dashboard
caendesilva Feb 11, 2024
259a0b5
Apply fixes from StyleCI
StyleCIBot Feb 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use relative links for array keys
  • Loading branch information
caendesilva committed Feb 10, 2024
commit 0c8b5ee5a2d33112f5a06de4382a690a5547713f
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public function discoverPages(): void
$files = glob(BASE_PATH.'/docs/**/*.md');

foreach ($files as $file) {
$this->pages[$file] = MarkdownDocument::parse($file);
$filepath = str_replace(BASE_PATH.'/docs/', '', $file);
$this->pages[$filepath] = MarkdownDocument::parse($file);
}
}
}