Skip to content

Commit

Permalink
Update front page
Browse files Browse the repository at this point in the history
  • Loading branch information
markzegarelli committed Feb 21, 2024
1 parent a7dd8dd commit 1266f1f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
21 changes: 18 additions & 3 deletions content/collections/pages/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,27 @@ template: default
updated_by: 0c3a318b-936a-4cbd-8fdf-771a90c297f0
updated_at: 1707241404
---
The purpose of this test is to examine the navigability of the site using the top and left-side navigations. No effort was made to account for content in these pages.

## Background

Documentation at Amplitude is undergoing a big change. We're moving away from the concept of separate Help Center and Developer Center properties and different platforms, and aligning on a single platform to meet all our documentation needs.

We plan to deliver this project in Q224.

## Current state

### IA Test

The purpose of this test is to examine the navigability of the site using the top and left-side navigations. No effort was made to account for content in these pages. It may exist in some places, in others it may not.

Interaction design was not considered. Bare bones expand / collapse functionality was added. This will be redesigned during the design phase of this project.

## Request
### Article types

We're also codifying the types of articles and content this site will contain, and which metadata those article types will require or benefit from. For example, if we think of **SDK** as a content type, what default information can we provide for that content? We could include things, GitHub repository link, current version, migration guide links, and bundle size.

Please explore the navigation structures on this site. After you explore the site, complete this five question <a href ="https://forms.gle/1RFN84jLZk76CMVP8" class="text-blue-800" target="_blank">survey</a> about your experience.
## Requests

1. Please explore the navigation structures on this site. After you explore the site, complete the five question <a href ="https://forms.gle/1RFN84jLZk76CMVP8" class="text-blue-800" target="_blank">survey</a> below about your experience.

2. If you have thoughts about article types, and included metadata, send them to Mark on Slack.
14 changes: 1 addition & 13 deletions resources/views/default.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,10 @@
<div class="copy">
<div class="flex flex-row items-start justify-between">
<h1>{{title}}</h1>
<span class="ml-4 text-xs text-gray-300 align-middle"><a href="{{edit_url}}" target="_blank">Edit</a></span>
{{ if environment == 'local' }}<span class="ml-4 text-xs text-gray-300 align-middle"><a href="{{edit_url}}" target="_blank">Edit</a></span>{{/if}}
</div>
<div class="max-w-prose">{{content | markdown}}
<table>
{{nav:get_started}}
<tr>
<td>{{title}}</td>
<td>{{url}}</td>
<td>{{id}}</td>
{{if children || is_parent}}
{{ *recursive children* }}
{{/if}}
{{/nav:get_started}}
</table>
</div>
Expand Down

0 comments on commit 1266f1f

Please sign in to comment.