Remove team
[mono-project.git] / doc / README
blob4740189008566d143a38d6d31e8aa8d03f914e82
1 To edit the website appearance:
3 cd doc/web
4 edit template.html.in
5 make
7 To edit website content:
9 cd doc (this directory)
10 edit files carefully
11 cd web
12 make
14 To publish changes:
16 cd web
17 make push
19 ############## Samples 
22   If you want to add a new item in the left menu 
23   you have to edit mono/doc/web/commands and add
24   the entry there.
26     For new files you can add something as:
27     level,entry,path_to_the_file,file.src
29     ex: 1,COBOL#,cobol.html,cobol.src
31     If you just want to add a link to the menu:
32     1,MyEntry,URL
33     
34     ex: 1,About Linux,http://www.linux.org
36   To test the results under Linux:
37     1. Edit mono/doc/web/makefile
39     Delete all the references to class status
40     and the deploy/index.rss as well as the
41     mono.exe commands.
43     2. make
44     3. Open your browser and point to the 
45        file:///(YOUR PATH HERE)mono/doc/web/deploy/index.html