Skip to content

Commit

Permalink
redirecting everything including some specific page mapping to readme (
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-encord authored Jan 11, 2024
1 parent ec049cd commit 371eb6e
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions docs/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,88 @@
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "/",
"destination": "https://docs.encord.com/reference/general-concepts-sdk",
"type": 301
},
{
"source": "/quickstart.html",
"destination": "https://docs.encord.com/reference/installation-sdk",
"type": 301
},
{
"source": "/general_concepts.html#",
"destination": "https://docs.encord.com/reference/general-concepts-sdk",
"type": 301
},
{
"source": "/installation.html",
"destination": "https://docs.encord.com/reference/installation-sdk",
"type": 301
},
{
"source": "/authentication.html",
"destination": "https://docs.encord.com/reference/authentication-sdk",
"type": 301
},
{
"source": "/faq.html",
"destination": "https://docs.encord.com/reference/sdk-ref-annotate",
"type": 301
},
{
"source": "/tutorials/configurations.html",
"destination": "https://docs.encord.com/reference/network-configurations-sdk",
"type": 301
},
{
"source": "/tutorials/datasets.html#",
"destination": "https://docs.encord.com/reference/sdk-datasets",
"type": 301
},
{
"source": "/tutorials/ontologies.html",
"destination": "https://docs.encord.com/reference/ontologies-sdk",
"type": 301
},
{
"source": "/tutorials/projects.html",
"destination": "https://docs.encord.com/reference/sdk-working-with-projects",
"type": 301
},
{
"source": "/tutorials/workflows.html",
"destination": "https://docs.encord.com/reference/sdk-workflows",
"type": 301
},
{
"source": "/tutorials/bitmasks.html#",
"destination": "https://docs.encord.com/reference/sdk-bitmasks",
"type": 301
},
{
"source": "/tutorials/end-to-end/preparing_data_for_labelling.html",
"destination": "https://docs.encord.com/reference/sdk-set-up-project",
"type": 301
},
{
"source": "/tutorials/end-to-end/labels_v2.html",
"destination": "https://docs.encord.com/reference/sdk-working-with-labels",
"type": 301
},
{
"source": "/tutorials/end-to-end/deidentify_dicom.html",
"destination": "https://docs.encord.com/reference/sdk-deidentify-dicom",
"type": 301
},
{
"source": "/api.html",
"destination": "https://docs.encord.com/reference/sdk-ref-annotate",
"type": 301
}
]
}
}

0 comments on commit 371eb6e

Please sign in to comment.