Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
25a9be6
init
devjsc Apr 9, 2025
b9549f4
fixing build
devjsc Apr 9, 2025
40b5a5d
minor mobile fixes
devjsc Apr 9, 2025
11ee96c
adding concept page
devjsc Apr 10, 2025
8ec89ed
removing stuff, playing with images
devjsc Apr 10, 2025
429e9be
fixing build
devjsc Apr 10, 2025
6c8850e
minor tweak
devjsc Apr 29, 2025
b8cd4bd
feat(html): Deployed new revamp link of docs landing page
Shanugoyanka May 1, 2025
ec55cf6
Changed minor deployment configs
Shanugoyanka May 1, 2025
c1369c1
revamped docs
manjeet-fetchai May 1, 2025
4d456bc
Update deploy-staging-revamp.yml
manjeet-fetchai May 1, 2025
ca437a2
wip: fixed header and hero section
Shanugoyanka May 2, 2025
dd967cf
Wip: but completed first two sections
Shanugoyanka May 6, 2025
f692976
Update deploy-staging-revamp.yml
manjeet-fetchai May 6, 2025
80cf77b
Fixed header and rest of the landing page content, just footer remaining
Shanugoyanka May 6, 2025
623fdda
WIP: completed 70% of the footer
Shanugoyanka May 6, 2025
a35b21d
Added network section and fixed footer as well
Shanugoyanka May 7, 2025
df74874
Fixed all UI related issues and hover effects, added proper links pro…
Shanugoyanka May 8, 2025
a997e03
Fixed minor texts and links
Shanugoyanka May 8, 2025
06c2ffe
Made theme to light
Shanugoyanka May 8, 2025
31241fa
Completed whole css
Shanugoyanka May 8, 2025
da098c2
Minor updated on the infocard
Shanugoyanka May 8, 2025
b4e325c
Changed uagents id
Shanugoyanka May 8, 2025
8db142b
Fixed agentverse assets as well
Shanugoyanka May 8, 2025
4c30e00
Added flockx images
Shanugoyanka May 8, 2025
c80bcdc
Merge branch 'main' into feat/docs-revamps
Shanugoyanka May 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
55 changes: 55 additions & 0 deletions .github/workflows/deploy-staging-revamp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Deploy Staging

on:
push:
branches:
- feat/docs-revamps

jobs:
build:
name: Build Images
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Gcloud Auth
uses: google-github-actions/auth@v1
with:
credentials_json: "${{ secrets.ORG_SANDBOX_DEPLOYMENT_KEY }}"

- name: Setup Cloud SDK
uses: google-github-actions/setup-gcloud@v1

- name: Set Image Tag
id: lookup
run: echo "version=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- run: |
gcloud auth list
gcloud auth configure-docker -q
echo "VERSION: ${{ steps.lookup.outputs.version }}"

- name: Build and Push Images
run: |
./scripts/build-img-revamp.py
env:
IMAGE_REVAMP_REPOSITORY: ${{ secrets.IMAGE_REVAMP_REPOSITORY }}
BACKEND_URL: ${{ secrets.STAGING_NEXT_PUBLIC_BACKEND_URL }}
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID: ${{ secrets.NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID }}
NEXT_PUBLIC_ALGOLIA_APP_ID: ${{ secrets.NEXT_PUBLIC_ALGOLIA_APP_ID }}
NEXT_PUBLIC_ALGOLIA_API_KEY: ${{ secrets.NEXT_PUBLIC_ALGOLIA_API_KEY }}
NEXT_PUBLIC_ALGOLIA_INDEX: ${{ secrets.NEXT_PUBLIC_ALGOLIA_INDEX }}
NEWSLETTER_BASE_URL: ${{ secrets.NEWSLETTER_BASE_URL }}
SENDER_TOKEN: ${{ secrets.SENDER_TOKEN }}

- name: Repository Dispatch
run: |
curl -f -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.ORG_DISPATCH_RENDER_TOKEN }}" \
--request POST \
--data '{"event_type": "docs-revamp-staging-build", "client_payload": {"image": "'"${{ secrets.IMAGE_REVAMP_REPOSITORY }}"'" , "image_path": "values", "key_path": ".image.tag", "commit_message_service": "Docs Revamp Staging", "tag": "'"${{ steps.lookup.outputs.version }}"'"}}' \
https://api.github.com/repos/fetchai/infra-sandbox-london-b-deployment/dispatches
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Staging
on:
push:
branches:
- main
- feat/new-landing

jobs:
build:
Expand Down
12 changes: 6 additions & 6 deletions components/components.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
cursor: pointer;
width: 100%;
color: #000d3d;
font-family: Lexend;
font-family: Geist;
font-size: 16px;
font-style: normal;
font-weight: 400;
Expand Down Expand Up @@ -53,7 +53,7 @@

.heading {
color: var(--Cold-Grey-Grey500-Coolgrey, #8a9fb8);
font-family: Lexend;
font-family: Geist;
font-size: 16px;
font-style: normal;
font-weight: 500;
Expand Down Expand Up @@ -87,7 +87,7 @@

.dropdownActive {
color: #0b1742;
font-family: Lexend;
font-family: Geist;
font-size: 14px;
font-style: normal;
font-weight: 400;
Expand All @@ -107,7 +107,7 @@
border-radius: 8px;
border: 1px solid var(--Cold-Grey-Grey250, #d0d9e3);
color: #0b1742;
font-family: Lexend;
font-family: Geist;
font-size: 14px;
font-style: normal;
font-weight: 400;
Expand Down Expand Up @@ -177,7 +177,7 @@
background: #e8ecf1;
color: var(--Secondary-500, #556578);
text-align: center;
font-family: Lexend;
font-family: Geist;
font-size: 14px;
font-style: normal;
font-weight: 400;
Expand All @@ -186,7 +186,7 @@

.mainTitleHeading {
color: var(--Indigo-Indigo-900---Fetch-navy, #000d3d);
font-family: Lexend;
font-family: Geist;
font-size: 24px;
font-style: normal;
font-weight: 400;
Expand Down
7 changes: 0 additions & 7 deletions components/error-404.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { ReactNode, useEffect } from "react";
import Image from "next/image";
import Error from "../src/svgs/desktop/404.svg";
import { FeatureGuideTabs } from "./feature-guide-tabs";

const Description = ({ children }: { children: ReactNode }) => (
<span
Expand Down Expand Up @@ -42,14 +41,8 @@ const Error404 = () => {
go back to the homepage or
</span>
</Description>
<Description>
The quick links below may help you find your way.
</Description>
</div>
</div>
<section className="nx-mt-landing-page-sections nx-max-w-[1216px]">
<FeatureGuideTabs centerMode={true} />
</section>
</div>
);
};
Expand Down
14 changes: 14 additions & 0 deletions components/feature-guide-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,20 @@ export const FeatureGuideTabs = ({ centerMode }: { centerMode?: boolean }) => {
"Set up Agentverse mailboxes for your locally-run agents and to run them independently of your constant presence to run the server.",
path: "/guides/agentverse/utilising-the-mailbox",
},
{
title:
"Agentverse Functions: register your Agent Functions on the Agentverse!",
description:
"Discover how to register and make discoverable Agents' Functions within the Agentverse and DeltaV!",
path: "/guides/agentverse/registering-agent-services",
},
{
title:
"Agentverse Functions: register a coin toss agent as a Function",
description:
"Create and make an coin toss Function discoverable on the Agentverse and DeltaV!",
path: "/guides/agentverse/registering-agent-coin-toss",
},
{
title: "Agentverse allowed imports",
description:
Expand Down
40 changes: 13 additions & 27 deletions components/footer.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.page {
max-width: 976px;
max-width: 1010px;
margin: 48px auto;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -58,7 +58,7 @@

.footerHeading {
color: #0b1742;
font-family: Lexend;
font-family: Geist;
font-size: 16px;
font-style: normal;
font-weight: 400;
Expand All @@ -81,7 +81,8 @@
border-radius: 6px;
border: 1px solid #b9c5d4;
background: transparent;
width: 330px;
max-width: 592px;
width: 100%;
}

.inputInner {
Expand Down Expand Up @@ -137,28 +138,6 @@
}
}

.footerInputSection {
display: flex;
justify-content: flex-end;
align-items: flex-start;
gap: 12px;
flex-direction: column;
}

.footerInputWrapper {
display: flex;
justify-content: flex-end;
align-items: flex-end;
gap: 12px;
}

@media (max-width: 502px) {
.footerInputWrapper {
flex-direction: column;
align-items: normal;
}
}

.footerInput {
display: flex;
flex-direction: column;
Expand All @@ -170,15 +149,22 @@
display: flex;
height: 50px;
min-width: 40px;
min-height: 40px;
/* min-height: 40px; */
padding: 8px 12px;
justify-content: center;
align-items: center;
gap: 2px;
border-radius: 8px;
background: #5f38fb;
background: #000;
color: #ffff;
align-items: center;
text-transform: uppercase;
width: 100px;
font-size: 14px;
font-family: "Geist Mono", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.signBtn:hover {
border-radius: 8px;
Expand Down
Loading
Loading