Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.27 KB

TODO.md

File metadata and controls

36 lines (28 loc) · 1.27 KB

Things coming in the near/far future

Other Advanced models we should investigate

External API Integrations

  • Translation API - Google Translate
  • Transcription API - ??
  • DialogFlow
  • CRM

Other requests

  • Backup channel to deliver messages SMS

How to update slate

  • Clone the repository
  • Symlink the index.html.md and includes directory from the slate source directory to the glific repositry
  • Run ./deploy.sh
  • Check and ensure the site is updated

How to update Glific Docs on gh pages

  • Run CI and ensure it works. This will generate the documentation
  • git checkout gh-pages
  • If there are changes to be committed:
  • git commit -a -m "Update docs with new version"
  • git push origin gh-pages
  • Check and ensure the site is updated