restore getting started and index topics to the handbook for the benefit of docs.factorcode.org
parent
11b75ea4bd
commit
18d8dd4aee
|
@ -364,6 +364,12 @@ ARTICLE: "handbook-library-reference" "Libraries"
|
||||||
{ $index [ orphan-articles { "help.home" "handbook" } diff ] } ;
|
{ $index [ orphan-articles { "help.home" "handbook" } diff ] } ;
|
||||||
|
|
||||||
ARTICLE: "handbook" "Factor handbook"
|
ARTICLE: "handbook" "Factor handbook"
|
||||||
|
{ $heading "Getting started" }
|
||||||
|
{ $subsections
|
||||||
|
"cookbook"
|
||||||
|
"first-program"
|
||||||
|
}
|
||||||
|
{ $heading "Reference" }
|
||||||
{ $subsections
|
{ $subsections
|
||||||
"handbook-language-reference"
|
"handbook-language-reference"
|
||||||
"io"
|
"io"
|
||||||
|
@ -373,6 +379,15 @@ ARTICLE: "handbook" "Factor handbook"
|
||||||
"ui-tools"
|
"ui-tools"
|
||||||
"alien"
|
"alien"
|
||||||
"handbook-library-reference"
|
"handbook-library-reference"
|
||||||
} ;
|
}
|
||||||
|
{ $heading "Index" }
|
||||||
|
{ $subsections
|
||||||
|
"vocab-index"
|
||||||
|
"article-index"
|
||||||
|
"primitive-index"
|
||||||
|
"error-index"
|
||||||
|
"class-index"
|
||||||
|
}
|
||||||
|
;
|
||||||
|
|
||||||
ABOUT: "handbook"
|
ABOUT: "handbook"
|
||||||
|
|
Loading…
Reference in New Issue