From 18d8dd4aee96fdc7a352a625505cbedbc4518f8f Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 24 Oct 2009 21:28:24 -0500 Subject: [PATCH] restore getting started and index topics to the handbook for the benefit of docs.factorcode.org --- basis/help/handbook/handbook.factor | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/basis/help/handbook/handbook.factor b/basis/help/handbook/handbook.factor index fb111a7101..0cfa419dd0 100644 --- a/basis/help/handbook/handbook.factor +++ b/basis/help/handbook/handbook.factor @@ -364,6 +364,12 @@ ARTICLE: "handbook-library-reference" "Libraries" { $index [ orphan-articles { "help.home" "handbook" } diff ] } ; ARTICLE: "handbook" "Factor handbook" +{ $heading "Getting started" } +{ $subsections + "cookbook" + "first-program" +} +{ $heading "Reference" } { $subsections "handbook-language-reference" "io" @@ -373,6 +379,15 @@ ARTICLE: "handbook" "Factor handbook" "ui-tools" "alien" "handbook-library-reference" -} ; +} +{ $heading "Index" } +{ $subsections + "vocab-index" + "article-index" + "primitive-index" + "error-index" + "class-index" +} +; ABOUT: "handbook"