Skip to content
Snippets Groups Projects
Commit 55ec387a authored by Mike Terhar's avatar Mike Terhar
Browse files

update for 2022

parent ce2c0227
No related branches found
No related tags found
No related merge requests found
Pipeline #
Showing
with 83 additions and 85 deletions
.DS_Store
/public
/resources
.hugo_build.lock
image: registry.gitlab.com/brownfield-dev/remote/handbook:v1-3
image: registry.gitlab.com/pages/hugo/hugo_extended:0.101.0
variables:
GIT_SUBMODULE_STRATEGY: recursive
......@@ -15,7 +15,7 @@ test:
only:
- branches
except:
- master
- main
local:review:
image: alpine:latest
......@@ -25,7 +25,7 @@ local:review:
only:
- branches
except:
- master
- main
environment:
name: local
url: http://127.0.0.1:1313
......@@ -41,4 +41,4 @@ pages:
paths:
- public
only:
- master
- main
......@@ -63,5 +63,3 @@ In this repositiry is an example issue template for "Change content" which is ba
These templates are in `.gitlab/issue_templates/` and the filename is used in the dropdown list for creating a new issue.
Adding [quick actions](https://docs.gitlab.com/ee/user/project/quick_actions.html#quick-actions-for-issues-merge-requests-and-epics) to the bottom of the issue can do things like label them or notify a group.
###
......@@ -5,7 +5,7 @@
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: $gray-100;
background-color: #f8f9fa;
border-radius: 4px;
}
.breadcrumb > li {
......@@ -17,8 +17,8 @@
content: "/\00a0";
}
.breadcrumb > .active {
color: $color-link;
color: #0055bb;
}
.breadcrumb a {
color: $color-link;
color: #0055bb;
}
\ No newline at end of file
......@@ -50,16 +50,16 @@ enableGitInfo = true
# Enable 'Edit this page' links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# Path must point to 'content' directory of repo.
BookEditPath = '-/edit/master/content'
BookEditPath = '-/edit/main/content'
# Added for webide link
# https://gitlab.com/-/ide/project/brownfield-dev/remote/handbook/edit/master/-/content/company/_index.md
# https://gitlab.com/-/ide/project/brownfield-dev/remote/handbook/edit/main/-/content/company/_index.md
# BookRepoHost |
# | BookGroupProject |
# | BookWebIdePath |
BookRepoHost = 'https://gitlab.com'
BookRepoGroupProject = 'brownfield-dev/remote/handbook'
BookWebIdePath = 'edit/master/-/content/'
BookWebIdePath = 'edit/main/-/content/'
# (Optional, default January 2, 2006) Configure the date format used on the pages
# - In git information
......
......@@ -3,9 +3,10 @@ title: Handbook Home
type: docs
---
# Suddenly Remote Handbook
## Suddenly Remote Handbook
{{< columns >}}
## Suddenly Remote
Suddenly changing how an entire organization works is very disruptive and
......@@ -27,7 +28,6 @@ existing templates seemed like a proper starting point, so I created this one.
See the [Handbook Page]({{< relref "company/handbook" >}}) for more information.
{{< /columns >}}
## The Importance of Handbook
The ultimate goal is that non-technical resources could use this template to
......
......@@ -6,10 +6,10 @@ weight: 1
Describe the organization.
# Mission
## Mission
# Vision
## Vision
# Goals
## Goals
# Leadership
\ No newline at end of file
## Leadership
......@@ -4,6 +4,6 @@ GitLab is the first company the author has ever worked at that elevated values t
## List the values
## Addditional Value Context, Sub-values
## Additional Value Context, Sub-values
### Specific Behaviors for Each Value and Sub-value
......@@ -5,6 +5,6 @@ weight: 2
bookFlatSection: true
---
# Departments at Company
## Departments at Company
Overview of company structure. Organizational diagrams, etc.
......@@ -3,6 +3,6 @@ title: Development
weight: 1
---
# Development Team
## Development Team
The software developers.
......@@ -14,4 +14,3 @@ An easy antipattern to fall into is to resolve your problem outside of what the
## Dogfooding Process
Follow the dogfooding process described in the Product Handbook when considering building a tool outside of GitLab.
......@@ -3,4 +3,4 @@ title: Infrastructure
weight: 2
---
# Infrastructure Team
\ No newline at end of file
## Infrastructure Team
......@@ -3,4 +3,4 @@ title: Quality
weight: 3
---
# Quality Team
\ No newline at end of file
## Quality Team
......@@ -3,6 +3,6 @@ title: Security
weight: 4
---
# Security Team
## Security Team
This is related to product security rather than organizational security.
......@@ -3,4 +3,4 @@ title: Support
weight: 5
---
# Support Team
\ No newline at end of file
## Support Team
......@@ -3,4 +3,4 @@ title: UX
weight: 1
---
# User Experience
\ No newline at end of file
## User Experience
......@@ -3,4 +3,4 @@ title: Finance
weight: 6
---
# Finance
\ No newline at end of file
## Finance
......@@ -2,6 +2,6 @@
title: Information Technology
weight: 5
---
# Information Technology
## Information Technology
## Resources
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment