📄️ 1️⃣ Adding a New Navbar Item in Docusaurus
Docusaurus allows you to customize the navigation bar to include links to pages, documentation, or external resources. This guide explains how to create a new navbar item step by step.
📄️ 2️⃣ Implementing Algolia Search in Docusaurus
Algolia DocSearch is a powerful search solution that Docusaurus officially supports. Follow this tutorial to integrate Algolia DocSearch into your Docusaurus site.
📄️ 3️⃣ Creating a Virtual Machine
A Virtual Machine (VM) is a software-based emulation of a physical computer. It runs as an isolated environment on a physical machine, simulating the functionality of hardware to allow the installation and execution of operating systems and applications.
📄️ 4️⃣ Mounting an SD Card to VM and Writing a Disk Image
To mount an SD card to a VirtualBox VM, and then write a disk image to it, please follow these general steps.
📄️ 5️⃣ Enlarging a VM's Disk in VirtualBox
Enlarging a virtual disk in VirtualBox requires two main steps: resizing the virtual disk and expanding the partition within the guest operating system to utilize the new space.
📄️ 6️⃣ Code App for Docusaurus Documentation
iPadOS hasn’t historically been ideal for code development, as it doesn’t natively support robust editors like Visual Studio Code. However, there’s good news for developers who want to code on the go! A fantastic alternative called Code App, developed by thebaselab, is available on the App Store.
📄️ 7️⃣ Installing Hyper-V Server 2019
Microsoft Hyper-V Server is a virtualization platform used for creating and managing virtual machines (VMs). It allows multiple operating systems to run on a single physical server, making it useful for businesses and IT environments that need efficient resource utilization, isolation, and scalability.
📄️ 8️⃣ Setting Up a Self-Hosted GitLab Instance
GitLab self-hosting refers to running your own instance of GitLab on your own server instead of using GitLab's cloud-based services (GitLab.com). This allows organizations or individuals to have full control over their repositories, CI/CD pipelines, and development workflows while keeping their data private.