Skip to content

Instantly share code, notes, and snippets.

@jaimefps
Created December 12, 2016 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaimefps/5cba51380c933c410acf206cc84f5587 to your computer and use it in GitHub Desktop.
Save jaimefps/5cba51380c933c410acf206cc84f5587 to your computer and use it in GitHub Desktop.
Navigate Spinoza
var book = [
{
title: 'parte 1',
definitions: ['por causa de si ...', 'se llama finita en su genero ...'],
references: []
},
{
title: 'parte 2 (importante)',
definitions: ['definition parte 2 def 1', 'aqui hay otra cosa'],
references: [{
part: 0,
definition: 1
}]
},
{
title: 'parte 3',
definitions: [],
references: []
},
{
title: 'parte 4',
definitions: [],
references: [{
part: 1,
definition: 0
}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment