You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears as if the top-level document title, which is shown in the index, corresponds to the title of the index.html file in the uploaded docs. Is there a way to customize that, i.e. use a different title ? For example, in sphinx auto-generated docs the default title always starts with "Welcome to ...", so the dokang index would yield a list of titles all starting with "Welcome to ...", which isn't very useful.
Thanks,
The text was updated successfully, but these errors were encountered:
in utils.doc_set(), remove this line so that, by default, the title is what we send to the upload form.
As you may have seen from the commit history, there has not been any substantial contribution to Dokang for a while. I personally don't use Dokang anymore, but I would be willing to review a pull request if you feel inclined to write one. I don't see any test for the upload feature: if you could add one, that would be great.
But creativity questions aside, I can see situations where the toplevel page title is not what I want to see in the index.
Thanks for the suggestions, I'll be working on a PR to add an (optional) title argument.
It appears as if the top-level document title, which is shown in the index, corresponds to the title of the
index.html
file in the uploaded docs. Is there a way to customize that, i.e. use a different title ? For example, in sphinx auto-generated docs the default title always starts with "Welcome to ...", so the dokang index would yield a list of titles all starting with "Welcome to ...", which isn't very useful.Thanks,
The text was updated successfully, but these errors were encountered: