Sha256: 36e341391519b064f94c35003ac82addc98263106a792e292098f47c1c4bfca0

Contents?: true

Size: 938 Bytes

Versions: 6

Compression:

Stored size: 938 Bytes

Contents

---
title: <%= options[:title] || "#{Origen.app.namespace} - Docs" %>
---
<%= render "templates/web/partials/navbar.html", tab: :docs %>
% s = {}

%# This creates the index on the left of your doc pages
%#
%# Naming of the keys is very important and must be of the form:
%#   <section>_<page> with no other underscores
%# Origen will then look for the corresponding page in:
%#   templates/web/docs/<section>/<page>.md.erb  
%#  
%# See here for more info: http://origen.freescale.net/doc_helpers/latest/examples/searchable/intro/

% s["Environment"] = {
%   environment_introduction: "Introduction",
%   environment_installation: "Installation",
%   environment_definitions: "Definitions and Acronyms",
% }
%
%# Define additional sections as required, e.g.
%# s["Registers"] = {
%#   registers_map: "Register Map",
%# }


% render "doc_helpers/searchable.html", options.merge(:index => s) do

<%= yield %>

<%= yammer_comments %>

% end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
origen-0.1.3 templates/web/layouts/_doc.html.erb
origen-0.1.2 templates/web/layouts/_doc.html.erb
origen-0.1.1 templates/web/layouts/_doc.html.erb
origen-0.1.0 templates/web/layouts/_doc.html.erb
origen-0.0.9 templates/web/layouts/_doc.html.erb
origen-0.0.8 templates/web/layouts/_doc.html.erb