Skip to content

Commit 2a7bd2a

Browse files
committed
doc: update doc/README.md and genwiki
1 parent efe6f4c commit 2a7bd2a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

510
If you have general questions about using [Puter](https://puter.com),

tools/genwiki/main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ const ROOT_DIR = path_.join(__dirname, '../..');
2929
const WIKI_DIR = path_.join(__dirname, '../../submodules/wiki');
3030

3131
const 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(/doc\//g, '')

0 commit comments

Comments
 (0)