Aaron Biller
Aaron Biller
@harrdb12 Per the [README](https://github.com/airbnb/knowledge-repo#running-the-web-app-on-multiple-repos), you can deploy the server with more than one KnowledgeRepo backend. I think this is what you might be looking for.
@rene-giretzlehner @Breaka84 See the PR above for our fix for slow and failing posts with images. Our setup is a bit hacky at the moment but we're shoring up the...
@ethen8181 Number 3 (table of contents) has actually been implemented since the last release. If you install from source (in a requirements.txt, `-e git://github.com/airbnb/knowledge-repo.git#egg=knowledge-repo`), you'll get all the updated templates,...
In our deployment, I'm using nginx to handle proxying to the app, as well as serving images. Something like [this](https://gist.github.com/soheilhy/8b94347ff8336d971ad0).