File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11# Puter Documentation
22
3+ Hi, you've found Puter's wiki page on GitHub! If you were looking for
4+ something else, you might find it in the links below.
5+ All of the wiki docs are generated from ` doc/ ` directories in the main
6+ repository, so it's best to edit docs there rather than here.
7+
38## Users
49
510If you have general questions about using [ Puter] ( https://puter.com ) ,
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ const ROOT_DIR = path_.join(__dirname, '../..');
2929const WIKI_DIR = path_ . join ( __dirname , '../../submodules/wiki' ) ;
3030
3131const path_to_name = path => {
32+ // Special case for Home.md
33+ if ( path === 'doc/README.md' ) return 'Home' ;
34+
3235 // Remove src/ and doc/ components
3336 // path = path.replace(/src\//g, '')
3437 path = path . replace ( / d o c \/ / g, '' )
You can’t perform that action at this time.
0 commit comments