📖 docs: fixed integrations/document loaders toc (#9281)

Fixed navbar:
- renamed several files, so ToC is sorted correctly
- made ToC items consistent: formatted several Titles
- added several links
- reformatted several docs to a consistent format
- renamed several files (removed `_example` suffix)
- added renamed files to the `docs/docs_skeleton/vercel.json`
This commit is contained in:
Leonid Ganeline
2023-09-26 09:47:37 -07:00
committed by GitHub
parent 0ea384d575
commit 21199cc7b4
9 changed files with 65 additions and 45 deletions

View File

@@ -1,11 +1,10 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# PySpark DataFrame Loader\n",
"# PySpark\n",
"\n",
"This notebook goes over how to load data from a [PySpark](https://spark.apache.org/docs/latest/api/python/) DataFrame."
]
@@ -147,9 +146,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.10.12"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}