We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cacbff commit 4705223Copy full SHA for 4705223
src/_data/sidenav/main.yml
@@ -497,8 +497,13 @@ sections:
497
title: Support Access
498
- section_title: API
499
section:
500
- - path: /api/public-api
501
- title: Public API
+ - section_title: Public API
+ slug: api/public-api
502
+ section:
503
+ - path: /api/public-api
504
+ title: Public API
505
+ - path: /api/public-api/fql
506
+ title: Destination Filter Query Language
507
- section_title: Config API
508
slug: api/config-api
509
src/api/config-api/fql.md renamed to src/api/public-api/fql.md
@@ -1,7 +1,8 @@
1
---
2
title: Destination Filter Query Language
3
redirect_from:
4
- - '/docs/config-api/fql'
+ - '/config-api/fql'
5
+ - /api/config-api/fql
6
7
8
{% include content/papi-ga.html %}
src/api/public-api.md renamed to src/api/public-api/index.md
0 commit comments