Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 13, 2024
1 parent 7ec7e60 commit a51cbcb
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 20 deletions.
1 change: 1 addition & 0 deletions website/blog/2022-11-03-m4-v1-4-19-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ download_url: https://github.com/xpack-dev-tools/m4-xpack/releases/tag/v1.4.19-1
---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title} /></head>

Version **1.4.19-1** is the first release of GNU M4.

Expand Down
1 change: 1 addition & 0 deletions website/blog/2023-01-29-m4-v1-4-19-2-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ download_url: https://github.com/xpack-dev-tools/m4-xpack/releases/tag/v1.4.19-2
---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title} /></head>

Version **1.4.19-2** is a maintenance release, built with the latest build scripts.

Expand Down
1 change: 1 addition & 0 deletions website/blog/2023-09-06-m4-v1-4-19-3-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ download_url: https://github.com/xpack-dev-tools/m4-xpack/releases/tag/v1.4.19-3
---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title} /></head>

Version **1.4.19-3** is a maintenance release, built with the latest tools.

Expand Down
7 changes: 5 additions & 2 deletions website/docs/about/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: About m4
title: About the xPack GNU M4
description: Details about the project, including its history, the history of the website, and details about the author.
keywords:
- xpack
Expand All @@ -17,14 +17,17 @@ date: 2024-09-22 10:23:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import customField from '@site/src/libs/customField';
import MoreIntro from './_more-intro.mdx'
import History from './_history.mdx'
import Website from './_website.mdx'

{/* ------------------------------------------------------------------------ */}

# About the xPack GNU M4
# {frontMatter.title}

## The project

Expand Down
7 changes: 5 additions & 2 deletions website/docs/developer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: How to build m4
title: How to build the xPack GNU M4
description: Assistance for developers looking to build the packages, including prerequisites, repositories used, and actions for each supported platform.
keywords:
- xpack
Expand All @@ -16,6 +16,9 @@ date: 2024-07-21 20:33:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import CodeBlock from '@theme/CodeBlock';
Expand All @@ -29,7 +32,7 @@ import More from './_more.mdx'

{/* ------------------------------------------------------------------------ */}

# How to build the xPack GNU M4
# {frontMatter.title}

[![license](https://img.shields.io/github/license/xpack-dev-tools/m4-xpack)](https://github.com/xpack-dev-tools/m4-xpack/blob/xpack/LICENSE)

Expand Down
7 changes: 5 additions & 2 deletions website/docs/faq/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Frequently Asked Questions about m4
title: The xPack GNU M4 Frequently Asked Questions
description: Answers to previously asked questions, so you can find solutions without having to ask again.
keywords:
- xpack
Expand All @@ -14,13 +14,16 @@ date: 2020-07-21 17:49:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import More from './_more.mdx'
import NixOs from './_common/_nixos.mdx'
import FlatpackSnap from './_common/_flatpack-snap.mdx'

{/* ------------------------------------------------------------------------ */}

# The xPack GNU M4 Frequently Asked Questions
# {frontMatter.title}

<More />

Expand Down
7 changes: 5 additions & 2 deletions website/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: Getting Started with m4
title: Getting Started with the xPack GNU M4
description: The initial steps to explore the project, including what xpacks are, the project's features, benefits, compatibility, and available documentation.
keywords:
- xpack
Expand All @@ -19,6 +19,9 @@ date: 2020-07-21 17:49:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import Link from '@docusaurus/Link';

import Overview from './_overview.mdx';
Expand All @@ -30,7 +33,7 @@ import ReleaseSchedule from './_release-schedule.mdx'

{/* ------------------------------------------------------------------------ */}

# Getting Started with xPack GNU M4
# {frontMatter.title}

[![license](https://img.shields.io/github/license/xpack-dev-tools/m4-xpack)](https://github.com/xpack-dev-tools/m4-xpack/blob/xpack/LICENSE)
![GitHub Repo stars](https://img.shields.io/github/stars/xpack-dev-tools/m4-xpack)
Expand Down
7 changes: 5 additions & 2 deletions website/docs/install/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: How to install m4
title: How to install the xPack GNU M4
description: Explain the prerequisites, how to perform an automated or manual installation, how to uninstall, and the folder hierarchies.
keywords:
- xpack
Expand All @@ -20,6 +20,9 @@ date: 2020-08-21 11:09:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import CodeBlock from '@theme/CodeBlock';
Expand All @@ -40,7 +43,7 @@ import Testing from './_testing.mdx';

{/* ------------------------------------------------------------------------ */}

# How to install xPack GNU M4
# {frontMatter.title}

[![GitHub package.json version](https://img.shields.io/github/package-json/v/xpack-dev-tools/m4-xpack)](https://github.com/xpack-dev-tools/m4-xpack/blob/xpack/package.json)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xpack-dev-tools/m4-xpack)](https://github.com/xpack-dev-tools/m4-xpack/releases/)
Expand Down
7 changes: 5 additions & 2 deletions website/docs/maintainer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: How to release m4
title: How to make new xPack GNU M4 releases
description: Assistance for project maintainers, including the release schedule, versioning scheme, and instructions on how to build, test, and publish.
keywords:
- xpack
Expand All @@ -17,6 +17,9 @@ date: 2024-07-21 20:11:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand All @@ -42,7 +45,7 @@ import PlatformDockerBuild from './_common/_platform-docker-build.mdx'

{/* ------------------------------------------------------------------------ */}

# How to make new xPack GNU M4 releases
# {frontMatter.title}

[![license](https://img.shields.io/github/license/xpack-dev-tools/m4-xpack)](https://github.com/xpack-dev-tools/m4-xpack/blob/xpack/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/xpack-dev-tools/m4-xpack.svg)](https://github.com/xpack-dev-tools/m4-xpack/issues/)
Expand Down
7 changes: 5 additions & 2 deletions website/docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: Releases of m4
title: The xPack GNU M4 releases
description: The full list of project releases.
keywords:
- xpack
Expand All @@ -16,11 +16,14 @@ date: 2020-07-21 17:53:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import {ReleasesList} from '@site/src/components/ReleasesList';

{/* ------------------------------------------------------------------------ */}

# The xPack GNU M4 releases
# {frontMatter.title}

The releases, in reverse chronological order are:

Expand Down
7 changes: 5 additions & 2 deletions website/docs/support/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: How to get help for m4
title: How to get help for the xPack GNU M4
description: The project's support channel, where you can ask questions, start discussions, and report issues.
keywords:
- xpack
Expand All @@ -16,11 +16,14 @@ date: 2020-07-21 17:54:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import Documentation from '../getting-started/_documentation.mdx';

{/* ------------------------------------------------------------------------ */}

# How to get help for xPack GNU M4
# {frontMatter.title}

## Quick links

Expand Down
5 changes: 4 additions & 1 deletion website/docs/test/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ something: "Some text"

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import CodeBlock from '@theme/CodeBlock';

export const world = 'World'
Expand All @@ -20,7 +23,7 @@ export const xpackSubversion = '1.2'

{/* ------------------------------------------------------------------------ */}

# A test page
# {frontMatter.title}

{frontMatter.description}

Expand Down
7 changes: 5 additions & 2 deletions website/docs/user/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# DO NOT EDIT!
# Automatically generated from xbb-helper/templates/docusaurus/common.

title: How to use m4
title: How to use the xPack GNU M4
description: User information, including the versioning scheme, usage of shared libraries, and RPATH configuration on GNU/Linux.
keywords:
- xpack
Expand All @@ -17,6 +17,9 @@ date: 2024-07-21 18:56:00 +0300

---

<head><title>{frontMatter.title}</title></head>
<head><meta property="og:title" content={frontMatter.title}/></head>

import customField from '@site/src/libs/customField';

import Versioning from './_versioning.mdx';
Expand All @@ -26,7 +29,7 @@ import UseInTesting from './_use-in-testing.mdx';

{/* ------------------------------------------------------------------------ */}

# How to use the xPack GNU M4
# {frontMatter.title}

This page is intended for those who plan
to use the **xPack GNU M4** binaries in their workflows.
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Home(): JSX.Element {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from m4`}
title={`Welcome to m4`}
description="A binary package with the m4 executables">
<HomepageHeader />
<main>
Expand Down

0 comments on commit a51cbcb

Please sign in to comment.