title: Example database: students.db # path prefix applied to the topics path: ./demo # Representation of the edges of the dependency graph. # Example: A depends on B and C # A: # name: Topic A # deps: # - B # - C topics: # topic without dependencies math: name: Matemática # topic with one dependency solar_system: name: Sistema solar deps: - math