mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Make API work with new schema
This commit is contained in:
parent
28342fcf5e
commit
4f0cc2f616
48 changed files with 1218 additions and 1097 deletions
|
@ -71,7 +71,7 @@ func Numberize(pages []Page) {
|
|||
// Troubleshooting help
|
||||
if len(numbering) == 0 {
|
||||
fmt.Println(fmt.Sprintf("No number allocated to page %s ('%s')",
|
||||
pages[i].RefID, pages[i].Title))
|
||||
pages[i].RefID, pages[i].Name))
|
||||
}
|
||||
|
||||
// update state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue