creates documentation and search a corpus of HTML pages #6508
Replies: 3 comments 2 replies
-
I can only speak to (1). It is possible to use HTML in Markdown and certainly also possible to pull extra HTML into pages once they are rendered via an MkDocs hook and, say, Beautifulsoup. The latter is perhaps not ideal because it involves parsing the output of Python Markdown back into a data structure in order to modify it. Won't make for the fastest build. What approach is workable will depend more on whether you want to be able to change the HTML you are importing and how many pages we are talking about. You'd also need to take care to make them appear at the locations that are expected by the links. There is a template As to the search (2), be aware that there is a major re-write underway at the moment that may well give you what you need, see here: #6490 |
Beta Was this translation helpful? Give feedback.
-
We're actively working in improving search in #6307, and indexing HTML content alongside Markdown is on our todo list. |
Beta Was this translation helpful? Give feedback.
-
thanks for the response guys! I already have a list of set of HTML pages from my earlier website. they are all linked etc. I want to be able to upload them, run them as a website. searching these would be a key part. so, I understand, there is work underway to support this functionality. I will hang tight ta! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi there, this is an excellent project. I have a corpus of HTML pages. I would like to:
ta!
Beta Was this translation helpful? Give feedback.
All reactions