-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix all SEO meta descriptiosn for notebooks
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
#!/bin/sh | ||
set -e # Exit if any command fails | ||
|
||
sed -i '/<head>/a <meta name="description" content="Quick Tour of BlindAI API: Open-source Python library for private AI model access and Whisper model audio transcription.">' $READTHEDOCS_OUTPUT/html/docs/getting-started/quick-tour/index.html | ||
sed -i '/<head>/a <meta name="description" content="Quick Tour of BlindAI API: Open-source Python library for private AI model access and Whisper model audio transcription.">' $READTHEDOCS_OUTPUT/html/docs/getting-started/quick-tour/index.html | ||
sed -i '/<head>/a <meta name="description" content="Secure AI model deployment with BlindAI for private Covid-19 diagnosis. Data privacy with SGX enclaves.">' $READTHEDOCS_OUTPUT/html/docs/how-to-guides/covid_net_confidential/index.html | ||
sed -i '/<head>/a <meta name="description" content="Transcribe audio privately with Whisper and BlindAI API: Install Python library, transcribe securely with hardware attestation.">' $READTHEDOCS_OUTPUT/html/docs/tutorials/api/whisper_tutorial/index.html | ||
sed -i '/<head>/a <meta name="description" content="Upload and test ML models securely on BlindAI server: Ensure user data privacy and security during AI model deployment.">' $READTHEDOCS_OUTPUT/html/docs/tutorials/core/uploading_models/index.html |