[doc only]
This commit is contained in:
Jan-Erik Rediger 2019-11-21 16:17:06 +01:00
Родитель 40957f4e81
Коммит e39102873e
3 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -60,3 +60,5 @@
- [Payload format](dev/core/internal/payload.md).
- [Directory structure](dev/core/internal/directory-structure.md)
- [API Documentation](api/index.md)
- [Appendix](appendix/index.md)
- [This Week in Glean](appendix/twig.md)

3
docs/appendix/index.md Normal file
Просмотреть файл

@ -0,0 +1,3 @@
# Appendix
The following sections contain other material related to Glean.

12
docs/appendix/twig.md Normal file
Просмотреть файл

@ -0,0 +1,12 @@
# This Week in Glean (TWiG)
“This Week in Glean” is a series of blog posts that the Glean Team at Mozilla is using to try to communicate better about our work.
They could be release notes, documentation, hopes, dreams, or whatever: so long as it is inspired by Glean.
## Blog posts
* 2019-10-17: [Glean on Desktop (Project FOG)](https://chuttenblog.wordpress.com/2019/10/17/this-week-in-glean-glean-on-desktop-project-fog/)
* 2019-10-24: [A Release](https://fnordig.de/2019/10/24/this-week-in-glean/)
* 2019-11-01: [A detective story](http://droettboom.com/blog/2019/11/01/this-week-in-glean-november-1-2019/)
* 2019-11-08: [Instrumenting Android Crashes with Glean](https://blogoftravis.wordpress.com/2019/11/08/this-week-in-glean-2019-11-08/)
* 2019-11-19: [GeckoView + Glean = Fenix performance metrics](https://www.a2p.it/wordpress/tech-stuff/mozilla/geckoview-glean-fenix-performance-metrics/)