mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
clean up entries.rb
This commit is contained in:
parent
94b50f3cc3
commit
65c2220115
2 changed files with 2 additions and 3 deletions
|
@ -38,8 +38,7 @@ module Docs
|
|||
name = cls + name
|
||||
end
|
||||
|
||||
id = node.parent['id']
|
||||
entries << [name, id]
|
||||
entries << [name, node.parent['id']]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"code": "https://github.com/python-trio/trio"
|
||||
},
|
||||
"release": "0.11",
|
||||
"mtime": 1556279513,
|
||||
"mtime": 1556326478,
|
||||
"db_size": 757201
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue