Centralize page definitions
This commit is contained in:
parent
f5285561bb
commit
9e3f80b549
4 changed files with 15 additions and 18 deletions
10
lib/pages.rb
Normal file
10
lib/pages.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
module BC
|
||||
def self.pages = [
|
||||
['concepts', 'Concepts of Biocircuits'],
|
||||
['simplest-circuit', "The Simplest Circuit"],
|
||||
['repressors', 'Repressors & Leaks'],
|
||||
['activators', 'Activators'],
|
||||
['hill-functions', 'Ultrasensitivity & the Hill Function'],
|
||||
['activators-vs-repressors', 'Choosing Between Activators & Repressors'],
|
||||
]
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue