mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-19 08:39:25 +00:00
refactor: rename to intern guide rather than specifically for de
This commit is contained in:
parent
e4b7be7629
commit
0fbfd9f1e7
4 changed files with 119 additions and 118 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# 🚀 Data Engineering Intern Onboarding Guide
|
# 🚀 Intern Onboarding Guide
|
||||||
|
|
||||||
[](https://dathere.com)
|
[](https://dathere.com)
|
||||||
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
## 📖 About the Guide
|
## 📖 About the Guide
|
||||||
|
|
||||||
This guide is a resource for assisting in onboarding new data engineering interns at [datHere](https://dathere.com).
|
This guide is a resource for assisting in onboarding new interns at [datHere](https://dathere.com).
|
||||||
|
|
||||||
## 🤝 Contributing to the Guide
|
## 🤝 Contributing to the Guide
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ sidebar_position: 1
|
||||||
|
|
||||||
## ✨ Overview
|
## ✨ Overview
|
||||||
|
|
||||||
Glad to have you here 🎉! This guide serves as a reference for new data engineering interns at [datHere](https://dathere.com/).
|
Glad to have you here 🎉! This guide serves as a reference for new interns at [datHere](https://dathere.com/).
|
||||||
|
|
||||||
If you have any more questions that aren't answered here, please reach out to your team members on Slack.
|
If you have any more questions that aren't answered here, please reach out to your team members on Slack.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
|
||||||
|
|
||||||
/** @type {import('@docusaurus/types').Config} */
|
/** @type {import('@docusaurus/types').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
title: "Data Engineering Intern Onboarding Guide",
|
title: "Intern Onboarding Guide",
|
||||||
tagline: "",
|
tagline: "",
|
||||||
favicon: "img/favicon.ico",
|
favicon: "img/favicon.ico",
|
||||||
|
|
||||||
|
|
@ -43,7 +43,8 @@ const config = {
|
||||||
sidebarPath: require.resolve("./sidebars.js"),
|
sidebarPath: require.resolve("./sidebars.js"),
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl: "https://github.com/dathere/de-intern-guide/tree/main/",
|
editUrl:
|
||||||
|
"https://github.com/dathere/de-intern-guide/tree/main/",
|
||||||
},
|
},
|
||||||
blog: false,
|
blog: false,
|
||||||
theme: {
|
theme: {
|
||||||
|
|
@ -59,7 +60,7 @@ const config = {
|
||||||
// Replace with your project's social card
|
// Replace with your project's social card
|
||||||
image: "img/datHere-logo.png",
|
image: "img/datHere-logo.png",
|
||||||
navbar: {
|
navbar: {
|
||||||
title: "Data Engineering Intern Onboarding Guide",
|
title: "Intern Onboarding Guide",
|
||||||
logo: {
|
logo: {
|
||||||
alt: "datHere Logo",
|
alt: "datHere Logo",
|
||||||
src: "img/datHere-logo.png",
|
src: "img/datHere-logo.png",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ slug: about
|
||||||
|
|
||||||
# 🍃 About the Guide
|
# 🍃 About the Guide
|
||||||
|
|
||||||
This guide serves as a reference for new data engineering interns at [datHere](https://dathere.com).
|
This guide serves as a reference for new interns at [datHere](https://dathere.com).
|
||||||
|
|
||||||
## ⚡ Quick links!
|
## ⚡ Quick links!
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue