mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-19 00:39:24 +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)
|
||||
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
## 📖 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
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ sidebar_position: 1
|
|||
|
||||
## ✨ 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
|
|||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: "Data Engineering Intern Onboarding Guide",
|
||||
title: "Intern Onboarding Guide",
|
||||
tagline: "",
|
||||
favicon: "img/favicon.ico",
|
||||
|
||||
|
|
@ -43,7 +43,8 @@ const config = {
|
|||
sidebarPath: require.resolve("./sidebars.js"),
|
||||
// Please change this to your repo.
|
||||
// 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,
|
||||
theme: {
|
||||
|
|
@ -59,7 +60,7 @@ const config = {
|
|||
// Replace with your project's social card
|
||||
image: "img/datHere-logo.png",
|
||||
navbar: {
|
||||
title: "Data Engineering Intern Onboarding Guide",
|
||||
title: "Intern Onboarding Guide",
|
||||
logo: {
|
||||
alt: "datHere Logo",
|
||||
src: "img/datHere-logo.png",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ slug: about
|
|||
|
||||
# 🍃 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!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue