Skip to content

Commit b47b3cd

Browse files
Remove duplicate Sites API page (#1592)
1 parent b76e9f7 commit b47b3cd

File tree

4 files changed

+2
-104
lines changed

4 files changed

+2
-104
lines changed

content/collections/docs/account-api-sites.md

-102
This file was deleted.

content/collections/docs/licensing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In your [statamic.com account](https://statamic.com/account/sites), you can crea
5050
Each Site has one unique license key that any and all commercial products are attached to and validated through. No more juggling a fist full of keys like a bunch of quarters at the arcade.
5151

5252
### Programmatically Creating Sites
53-
You can programmatically create sites using our [Sites API](/account-api-sites). This is most useful while using our Platform subscription plan (to learn more about this, [contact us](https://statamic.com/support)).
53+
You can programmatically create sites using our [Sites API](/sites-api). This is most useful while using our Platform subscription plan (to learn more about this, [contact us](https://statamic.com/support)).
5454

5555
## License Validation
5656

content/collections/docs/sites-api.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ blueprint: page
44
title: 'Sites API'
55
intro: 'We have an API that can be used to manage your Statamic Sites in your [statamic.com](https://statamic.com) account. This is most useful with our Platform Plan, which you can [contact us](https://statamic.com/support) directly about for more information.'
66
---
7-
# Statamic Sites Api
87

98
## Authentication
109

routes/web.php

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
Route::permanentRedirect('repositories', 'content-queries');
2020
Route::permanentRedirect('new-antlers-parser', 'antlers');
2121
Route::permanentRedirect('/tips/storing-entries-in-a-database', '/tips/building-your-own-entries-repository');
22+
Route::permanentRedirect('/account-api-sites', '/sites-api');
2223
// Route::permanentRedirect('extending/queries', 'content-queries');

0 commit comments

Comments
 (0)