fix service info, update images, add meta tags
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "API documentation",
|
||||
"title": "API",
|
||||
"desc": "Website's API documentation"
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
My website's API stores information about my self-hosted services, it also allows me to
|
||||
publish news and updates about these services using an Atom feed and it keeps track of
|
||||
visitor metrics. The API itself is written in Go and uses SQLite for storage.
|
||||
My website's API, [api.ngn.tf](https://api.ngn.tf), stores information about my
|
||||
self-hosted services, it also allows me to publish news and updates about these
|
||||
services using an Atom feed and it keeps track of visitor metrics. The API itself is
|
||||
written in Go and uses SQLite for storage.
|
||||
|
||||
This documentation contains information about all the available API endpoints.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "API dökümantasyonu",
|
||||
"title": "API",
|
||||
"desc": "Websitesinin API dökümantasyonu"
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
Websitemin API self-host edilen servisler hakkında bilgileri tutuyor, bu servisler hakkında
|
||||
haberleri ve güncellemeleri bir Atom feed'i aracılığı ile paylaşmama izin veriyor ve ziyartçi
|
||||
metriklerini takip ediyor. API'ın kendisi Go ile yazıldı ve veritabanı olarak SQLite kullanıyor.
|
||||
Websitemin API, [api.ngn.tf](https://api.ngn.tf), self-host edilen servisler hakkında bilgileri
|
||||
tutuyor, bu servisler hakkında haberleri ve güncellemeleri bir Atom feed'i aracılığı ile
|
||||
paylaşmama izin veriyor ve ziyartçi metriklerini takip ediyor. API'ın kendisi Go ile yazıldı ve
|
||||
veritabanı olarak SQLite kullanıyor.
|
||||
|
||||
Bu dökümentasyon tüm erişeme açık API endpoint'leri hakkında bilgiler içeriyor.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "License",
|
||||
"title": "source license",
|
||||
"desc": "Source code license"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "Lisans",
|
||||
"title": "kaynak lisansı",
|
||||
"desc": "Kaynak kodu lisansı"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "Privacy",
|
||||
"title": "privacy",
|
||||
"desc": "Learn how I respect your privacy"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "Gizlilik",
|
||||
"title": "gizlilik",
|
||||
"desc": "Gizliliğinize nasıl önem verdiğimi öğrenin"
|
||||
}
|
||||
|
Reference in New Issue
Block a user