Seems like your site where documentation is given is broken
Yep, cannot access the site at all. Either DNS broke or the server is gone!
EDIT: For now, the internet archive have a mirror of it, which isn't very pretty, but it works:
The getting started appears to be more useful, as its describes the syntax requirements.
Looks like a DNS issue... there is no A record at all for zircote.com.
There is however a CNAME for www.zircote.com that points to zircote.github.com, but that redirects back to zircote.com.
effectively dig of www.zircote.com :
id 34680
opcode QUERY
rcode NOERROR
flags QR RD RA
;QUESTION
www.zircote.com. IN A
;ANSWER
www.zircote.com. 3436 IN CNAME zircote.github.com.
zircote.github.com. 3436 IN CNAME github.github.io.
github.github.io. 3436 IN A 185.199.111.153
github.github.io. 3436 IN A 185.199.109.153
github.github.io. 3436 IN A 185.199.110.153
github.github.io. 3436 IN A 185.199.108.153
;AUTHORITY
;ADDITIONAL
and dig of zircote.com:
id 20961
opcode QUERY
rcode NOERROR
flags QR RD RA
;QUESTION
zircote.com. IN A
;ANSWER
;AUTHORITY
zircote.com. 60 IN SOA ns25.domaincontrol.com. dns.jomax.net. 2019111810 28800 7200 604800 600
;ADDITIONAL
and https://zircote.github.com redirect to http://zircote.com/
is not a tentative to rework the documentation site to use github page ?
i think is configuration of the zircote/swagger-php project github page...
@zircote What happened to your site?
Could you have a look a this issue @zircote ?
Most helpful comment
Yep, cannot access the site at all. Either DNS broke or the server is gone!
EDIT: For now, the internet archive have a mirror of it, which isn't very pretty, but it works:
The getting started appears to be more useful, as its describes the syntax requirements.