File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 async init ( ) {
3030 try {
31- const response = await fetch ( '/ tiny.docs.json' ) ;
31+ const response = await fetch ( 'tiny.docs.json' ) ;
3232 this . projectData = await response . json ( ) ;
3333 } catch ( e ) {
3434 console . error ( "Failed to load documentation JSON" , e ) ;
6363</ head >
6464
6565< body class ="bg-slate-50 dark:bg-slate-950 text-slate-900 dark:text-slate-100 font-sans ">
66-
6766< header class ="bg-white/80 dark:bg-slate-900/80 backdrop-blur-md border-b border-slate-200 dark:border-slate-800 sticky top-0 z-50 shadow-sm ">
6867 < div class ="max-w-7xl mx-auto px-6 py-4 flex flex-col md:flex-row md:items-center justify-between gap-6 ">
6968 < div class ="flex items-center gap-3 ">
Original file line number Diff line number Diff line change 11{
22 "name" : " tinydocs" ,
3- "timestamp" : " 2026-03-03 22:25:08 " ,
3+ "timestamp" : " 2026-03-03 22:35:17 " ,
44 "docs" : [
55 {
66 "file" : " tinydocs/__init__.py" ,
You can’t perform that action at this time.
0 commit comments