Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mock_data.js « static_site_editor « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b2a69420d83b261339cc84eee44d316609e20ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export const sourceContent = `
---
layout: handbook-page-toc
title: Handbook
twitter_image: '/images/tweets/handbook-gitlab.png'
---

## On this page
{:.no_toc .hidden-md .hidden-lg}

- TOC
{:toc .hidden-md .hidden-lg}
`;

export const sourceContentTitle = 'Handbook';

export const projectId = '123456';
export const sourcePath = 'foobar.md.html';