diffbot / docs

Diffbot Documentation Suite
5 stars 18 forks source link

Added 5 More Entities & Added Real Examples #112

Closed jeromechoo closed 3 years ago

jeromechoo commented 3 years ago

Of course after we go live I notice the quickstart link is broken on ontology pages. So this fixes it. Markdown ontology re-built as part of this commit.

jeromechoo commented 3 years ago

Also added a huge update with 5 new entities and real live examples pulled by KG with this commit.

There's a const called DIFFBOTTOKEN that is intentionally left blank. The markdown files will still build w/o issue without the token, but it'll lack the depth that real examples have.

Ideally, we can take advantage of secrets management with Github actions for this, but I have no idea how it works.

Swader commented 3 years ago

If you set it up to read it in as an env var, we can add it to secrets and that's all there is to it. The actions will then be able to read from secret and push to env.