Skip to content

Commit

Permalink
Merge pull request #792 from andralex/reorg-menus
Browse files Browse the repository at this point in the history
Main menu reorg
  • Loading branch information
CyberShadow committed Jan 20, 2015
2 parents 9adf9c3 + 79b142d commit 503c2b2
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 46 deletions.
53 changes: 46 additions & 7 deletions doc.ddoc
Expand Up @@ -88,17 +88,57 @@ _=
NAVIGATION=
$(DIVID cssmenu, $(UL
$(MENU index.html, D $(LATEST))
$(MENU download.html, Download)
$(MENU http://code.dlang.org, Get D libraries)
$(MENU_W_SUBMENU Documentation)
$(MENU download.html, $(B Download))
$(MENU_W_SUBMENU D Reference)
$(SUBMENU
intro.html, Introduction,
lex.html, Lexical,
grammar.html, Grammar,
module.html, Modules,
declaration.html, Declarations,
type.html, Types,
property.html, Properties,
attribute.html, Attributes,
pragma.html, Pragmas,
expression.html, Expressions,
statement.html, Statements,
arrays.html, Arrays,
hash-map.html, Associative Arrays,
struct.html, Structs and Unions,
class.html, Classes,
interface.html, Interfaces,
enum.html, Enums,
const3.html, Const and Immutable,
function.html, Functions,
operatoroverloading.html, Operator Overloading,
template.html, Templates,
template-mixin.html, Template Mixins,
contracts.html, Contract Programming,
version.html, Conditional Compilation,
traits.html, Traits,
errors.html, Error Handling,
unittest.html, Unit Tests,
garbage.html, Garbage Collection,
float.html, Floating Point,
iasm.html, D x86 Inline Assembler,
ddoc.html, Embedded Documentation,
interfaceToC.html, Interfacing to C,
cpp_interface.html, Interfacing to C++,
portability.html, Portability Guide,
entity.html, Named Character Entities,
memory-safe-d.html, Memory Safety,
abi.html, Application Binary Interface,
simd.html, Vector Extensions
)
$(MENU phobos/index.html, Standard library)
$(MENU http://code.dlang.org, More libraries)
$(MENU_W_SUBMENU Books $(AMP) Articles)
$(SUBMENU
http://ddili.org/ders/d.en/index.html, Online Book (free),
http://wiki.dlang.org/Books, More Books,
language-reference.html, Language Reference,
phobos/index.html, Library Reference,
library/index.html, $(NBSP)NEW Library Reference Preview,
howtos.html, How-tos,
articles.html, Articles,
d-floating-point.html, Floating Point,
wc.html, Example: wc,
warnings.html, Warnings,
builtin.html, Builtin Rationale,
Expand All @@ -112,7 +152,6 @@ $(DIVID cssmenu, $(UL
http://github.com/D-Programming-Language, D on GitHub,
http://wiki.dlang.org, Wiki,
http://wiki.dlang.org/Review_Queue, Review Queue,
http://code.dlang.org, Third Party Packages,
http://twitter.com/#search?q=%23d_lang, Twitter,
http://digitalmars.com/d/dlinks.html, More Links
)
Expand Down
77 changes: 38 additions & 39 deletions spec.dd
Expand Up @@ -11,46 +11,45 @@ $(TOC Table of Contents,
$(AMAZONLINK B005CCQPKK, Kindle ebook).))

$(ITEMIZE
$(A intro, Introduction),
$(A lex, Lexical),
$(A grammar, Grammar),
$(A module, Modules),
$(A declaration, Declarations),
$(A type, Types),
$(A property, Properties),
$(A attribute, Attributes),
$(A pragma, Pragmas),
$(A expression, Expressions),
$(A statement, Statements),
$(A arrays, Arrays),
$(A hash-map, Associative Arrays),
$(A struct, Structs and Unions),
$(A class, Classes),
$(A interface, Interfaces),
$(A enum, Enums),
$(A const3, Const and Immutable),
$(A function, Functions),
$(A operatoroverloading, Operator Overloading),
$(A template, Templates),
$(A template-mixin, Template Mixins),
$(A contracts, Contract Programming),
$(A version, Conditional Compilation),
$(A traits, Traits),
$(A errors, Error Handling),
$(A unittest, Unit Tests),
$(A garbage, Garbage Collection),
$(A float, Floating Point),
$(A iasm, D x86 Inline Assembler),
$(A ddoc, Embedded Documentation),
$(A interfaceToC, Interfacing to C),
$(A cpp_interface, Interfacing to C++),
$(A portability, Portability Guide),
$(A entity, Named Character Entities),
$(A memory-safe-d, Memory Safety),
$(A abi, Application Binary Interface),
$(A simd, Vector Extensions)
$(A intro.html, Introduction),
$(A lex.html, Lexical),
$(A grammar.html, Grammar),
$(A module.html, Modules),
$(A declaration.html, Declarations),
$(A type.html, Types),
$(A property.html, Properties),
$(A attribute.html, Attributes),
$(A pragma.html, Pragmas),
$(A expression.html, Expressions),
$(A statement.html, Statements),
$(A arrays.html, Arrays),
$(A hash-map.html, Associative Arrays),
$(A struct.html, Structs and Unions),
$(A class.html, Classes),
$(A interface.html, Interfaces),
$(A enum.html, Enums),
$(A const3.html, Const and Immutable),
$(A function.html, Functions),
$(A operatoroverloading.html, Operator Overloading),
$(A template.html, Templates),
$(A template-mixin.html, Template Mixins),
$(A contracts.html, Contract Programming),
$(A version.html, Conditional Compilation),
$(A traits.html, Traits),
$(A errors.html, Error Handling),
$(A unittest.html, Unit Tests),
$(A garbage.html, Garbage Collection),
$(A float.html, Floating Point),
$(A iasm.html, D x86 Inline Assembler),
$(A ddoc.html, Embedded Documentation),
$(A interfaceToC.html, Interfacing to C),
$(A cpp_interface.html, Interfacing to C++),
$(A portability.html, Portability Guide),
$(A entity.html, Named Character Entities),
$(A memory-safe-d.html, Memory Safety),
$(A abi.html, Application Binary Interface),
$(A simd.html, Vector Extensions)
)

)

Macros:
Expand Down

0 comments on commit 503c2b2

Please sign in to comment.