config/application.rb in origen_testers-0.41.0 vs config/application.rb in origen_testers-0.42.0
- old
+ new
@@ -38,9 +38,15 @@
section.page :ultraflex, heading: "UltraFLEX API"
section.page :doc, heading: "Documenting the Program"
section.page :custom, heading: "Creating Custom Testers"
section.page :generating, heading: "Running the ProgGen"
end
+ index.section :decompilation, heading: "Decompilation", before: :simulation do |section|
+ section.page :overview, heading: "Overview & Example"
+ section.page :decompilerapi, heading: "Decompiling, Adding Pins, & Executing"
+ section.page :universalapi, heading: "Working with Decompiled Patterns"
+ section.page :platformspecifics, heading: "Platform Specifics"
+ end
end
}
# This information is used in headers and email templates, set it specific
# to your application