From 754b370d8bb10ca33238001dcddf96937acf0386 Mon Sep 17 00:00:00 2001 From: Orange Date: Sat, 1 Nov 2025 13:00:32 +0300 Subject: [PATCH] Renames documentation titles for consistency Updates several documentation titles to a more consistent format. Changes include renaming "Frequently Asked Questions (FAQ)" to "FAQ", "Getting Started with OMath" to "Getting Started", "Troubleshooting Guide" to "Troubleshooting", and "OMath Tutorials" to "Tutorials". ``` --- docs/faq.md | 2 +- docs/getting_started.md | 3 +-- docs/troubleshooting.md | 2 +- docs/tutorials.md | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 9f50e14..60f4ef9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,4 +1,4 @@ -# Frequently Asked Questions (FAQ) +# FAQ Common questions and answers about OMath. diff --git a/docs/getting_started.md b/docs/getting_started.md index eaf04ec..2d05f73 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -1,5 +1,4 @@ -# Getting Started with OMath - +# Getting Started Welcome to OMath! This guide will help you get up and running with the library quickly. ## What is OMath? diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index a0cdf22..7fc8574 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,4 +1,4 @@ -# Troubleshooting Guide +# Troubleshooting Solutions to common problems when using OMath. diff --git a/docs/tutorials.md b/docs/tutorials.md index 05f1480..d911973 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -1,4 +1,4 @@ -# OMath Tutorials +# Tutorials This page provides step-by-step tutorials for common OMath use cases.